#0F4F88

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

Shades of Dark Cerulean #0F4F88

Tints of Dark Cerulean #0F4F88

Color information

#0F4F88 (or 0x0F4F88) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 4F and 88. RGB value is (15,79,136). Sum of RGB (Red+Green+Blue) = 15+79+136=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #0F4F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4F88 is #F0B077. Grayscale: #424242. Windows color (decimal): -15773816 or 8933135. OLE color: 8933135.

HSL color Cylindrical-coordinate representation of color #0F4F88: hue angle of 208.26º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4F88 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1579136-
CMYK0.890.4200.47
HSL208.26º80.13%29.61%-
HSV(B)208.26º88.97%53.33%-
XYZ7.447.4724.34-
YUV66.36167.391.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.52%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 136 (53.52% from 255) = 59.13%
R=6.52%
G=34.35%
B=59.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15791360.890.4200.47208.2680.1329.61
HexF4F88592A02Fd0501e
Octal171172101315205732012036
Binary11111001111100010001011001101010010111111010000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,79,136); }

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

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

 a { background-color: rgb(15,79,136); }

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

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

 span { border-color: rgb(15,79,136); }

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