#0F4472

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

Shades of Dark Cerulean #0F4472

Tints of Dark Cerulean #0F4472

Color information

#0F4472 (or 0x0F4472) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 44 and 72. RGB value is (15,68,114). Sum of RGB (Red+Green+Blue) = 15+68+114=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #0F4472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4472 is #F0BB8D. Grayscale: #393939. Windows color (decimal): -15776654 or 7488527. OLE color: 7488527.

HSL color Cylindrical-coordinate representation of color #0F4472: hue angle of 207.88º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F4472 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1568114-
CMYK0.870.4000.55
HSL207.88º76.74%25.29%-
HSV(B)207.88º86.84%44.71%-
XYZ5.35.4516.69-
YUV57.4159.9497.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.61%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=7.61%
G=34.52%
B=57.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15681140.870.4000.55207.8876.7425.29
HexF44725728037d04d19
Octal171041621275006732011531
Binary1111100010011100101010111101000011011111010000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,68,114); }

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

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

 a { background-color: rgb(15,68,114); }

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

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

 span { border-color: rgb(15,68,114); }

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