#0f4b87

Color #0F4B87 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0F4B87

Tints of Dark Cerulean #0F4B87

Color information

#0F4B87 (or 0x0F4B87) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 4B and 87. RGB value is (15,75,135). Sum of RGB (Red+Green+Blue) = 15+75+135=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F4B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4B87 is #F0B478. Grayscale: #3F3F3F. Windows color (decimal): -15774841 or 8866575. OLE color: 8866575.

HSL color Cylindrical-coordinate representation of color #0F4B87: hue angle of 210º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4B87 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1575135-
CMYK0.890.4400.47
HSL210º80%29.41%-
HSV(B)210º88.89%52.94%-
XYZ7.096.8823.88-
YUV63.9168.1293.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 6.67%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 60%
R=6.67%
G=33.33%
B=60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15751350.890.4400.472108029.41
HexF4B87592C02Fd2501d
Octal171132071315405732212035
Binary11111001011100001111011001101100010111111010010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f4b87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0f4b87; }

 p { color: rgb(15,75,135); }

 H1.HeaderClassName
 {
   color: #0f4b87;
 }
 .AnyTagClassName
 {
   color: #0f4b87;
 }
</style>
background-color css

<style>
 a { background-color: #0f4b87; }

 a { background-color: rgb(15,75,135); }

 div.DivClassName
 {
   background-color: #0f4b87;
 }
 .BgClassName
 {
   background-color: #0f4b87;
 }
</style>
border-color css

<style>
 span { border-color: #0f4b87; }

 span { border-color: rgb(15,75,135); }

 td.TdClassName
 {
   border-color: #0f4b87;
 }
 .TagClassName
 {
   border-color: #0f4b87;
 }
</style>