#0F4084

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

Shades of Dark Cerulean #0F4084

Tints of Dark Cerulean #0F4084

Color information

#0F4084 (or 0x0F4084) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 40 and 84. RGB value is (15,64,132). Sum of RGB (Red+Green+Blue) = 15+64+132=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F4084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4084 is #F0BF7B. Grayscale: #383838. Windows color (decimal): -15777660 or 8667151. OLE color: 8667151.

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

Color convert

RGB1564132-
CMYK0.890.5200.48
HSL214.87º79.59%28.82%-
HSV(B)214.87º88.64%51.76%-
XYZ6.25.4322.55-
YUV57.1170.2797.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.11%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 132 (51.95% from 255) = 62.56%
R=7.11%
G=30.33%
B=62.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15641320.890.5200.48214.8779.5928.82
HexF40845934030d7501d
Octal171002041316406032712035
Binary11111000000100001001011001110100011000011010111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,64,132); }

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

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

 a { background-color: rgb(15,64,132); }

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

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

 span { border-color: rgb(15,64,132); }

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