Color Hex Logo

#0f45ae Color Hex

#0F45AE
(15,69,174)
0 Favorites   0 Comments

Color spaces of #0f45ae

RGB 1569174
HSL0.610.840.37
HSV220°91°68°
CMYK 0.910.600.00   0.32
XYZ9.96517.413840.9502
Yxy7.41380.17080.1271
Hunter Lab27.228317.6785-70.1098
CIE-Lab32.731025.7205-60.3461

#0f45ae color RGB value is (15,69,174).

#0f45ae hex color red value is 15, green value is 69 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0f45ae hue: 0.61 , saturation: 0.84 and the lightness value of 0f45ae is 0.37.

The process color (four color CMYK) of #0f45ae color hex is 0.91, 0.60, 0.00, 0.32. Web safe color of #0f45ae is #003399. Color #0f45ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01000101 10101110
Octal 17 105 256
Decimal 15 69 174
Hex F 45 AE

RGB Percentages of Color #0f45ae

%5.81
%26.74
%67.44

CMYK Percentages of Color #0f45ae

%91
%60
%0
%32

Triadic Colors of #0f45ae

#0f45ae #ae0f45 #45ae0f

Analogous Colors of #0f45ae

#0f45ae #280fae #0f95ae

Monochromatic Colors of #0f45ae

#0f45ae

Complementary Color

#0f45ae #ae780f

#0f45ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f45ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f45ae Color CSS Codes

.mybgcolor {background-color:#0f45ae; } 
.myforecolor {color:#0f45ae; }
.mybordercolor {border:3px solid #0f45ae; }

#0f45ae Text Font Color

<p style="color:#0f45ae">Text here</p>

This sample text font color is #0f45ae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0f45ae Background Color

<div style="background-color:#0f45ae">
Div content here</div>

This div background color is #0f45ae


#0f45ae Border Color

<div style="border:3px solid #0f45ae">
Div here</div>

This div border color is #0f45ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,69,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f45ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f45ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0f45ae;
  box-shadow:         1px 1px 3px 2px #0f45ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,69,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0f45ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0f45ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0f45ae;
  box-shadow:         1px 1px 3px 2px #0f45ae;">
Div content here</div>

This div box has shadow with color #0f45ae


Comments

No comments written yet.

Please login to write comment.