#0F5492

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

Shades of Dark Cerulean #0F5492

Tints of Dark Cerulean #0F5492

Color information

#0F5492 (or 0x0F5492) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 54 and 92. RGB value is (15,84,146). Sum of RGB (Red+Green+Blue) = 15+84+146=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F5492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5492 is #F0AB6D. Grayscale: #464646. Windows color (decimal): -15772526 or 9589775. OLE color: 9589775.

HSL color Cylindrical-coordinate representation of color #0F5492: hue angle of 208.4º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F5492 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1584146-
CMYK0.900.4200.43
HSL208.4º81.37%31.57%-
HSV(B)208.4º89.73%57.25%-
XYZ8.568.5228.39-
YUV70.44170.6488.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.12%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 146 (57.42% from 255) = 59.59%
R=6.12%
G=34.29%
B=59.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal15841460.900.4200.43208.481.3731.57
HexF54925A2A02Bd05120
Octal171242221325205332012140
Binary111110101001001001010110101010100101011110100001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,84,146); }

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

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

 a { background-color: rgb(15,84,146); }

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

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

 span { border-color: rgb(15,84,146); }

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