#0F4A87

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

Shades of Dark Cerulean #0F4A87

Tints of Dark Cerulean #0F4A87

Color information

#0F4A87 (or 0x0F4A87) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 4A and 87. RGB value is (15,74,135). Sum of RGB (Red+Green+Blue) = 15+74+135=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F4A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4A87 is #F0B578. Grayscale: #3F3F3F. Windows color (decimal): -15775097 or 8866319. OLE color: 8866319.

HSL color Cylindrical-coordinate representation of color #0F4A87: hue angle of 210.5º 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 #0F4A87 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1574135-
CMYK0.890.4500.47
HSL210.5º80%29.41%-
HSV(B)210.5º88.89%52.94%-
XYZ7.026.7523.85-
YUV63.31168.4593.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.70%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 135 (53.12% from 255) = 60.27%
R=6.70%
G=33.04%
B=60.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15741350.890.4500.47210.58029.41
HexF4A87592D02Fd2501d
Octal171122071315505732212035
Binary11111001010100001111011001101101010111111010010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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