#0F4B79

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

Shades of Dark Cerulean #0F4B79

Tints of Dark Cerulean #0F4B79

Color information

#0F4B79 (or 0x0F4B79) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 4B and 79. RGB value is (15,75,121). Sum of RGB (Red+Green+Blue) = 15+75+121=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F4B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4B79 is #F0B486. Grayscale: #3E3E3E. Windows color (decimal): -15774855 or 7949071. OLE color: 7949071.

HSL color Cylindrical-coordinate representation of color #0F4B79: hue angle of 206.04º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F4B79 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1575121-
CMYK0.880.3800.53
HSL206.04º77.94%26.67%-
HSV(B)206.04º87.6%47.45%-
XYZ6.166.5119.02-
YUV62.3161.1294.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.11%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 121 (47.66% from 255) = 57.35%
R=7.11%
G=35.55%
B=57.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15751210.880.3800.53206.0477.9426.67
HexF4B795826035ce4e1b
Octal171131711304606531611633
Binary1111100101111110011011000100110011010111001110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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