#0F426C

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

Shades of Dark Cerulean #0F426C

Tints of Dark Cerulean #0F426C

Color information

#0F426C (or 0x0F426C) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 42 and 6C. RGB value is (15,66,108). Sum of RGB (Red+Green+Blue) = 15+66+108=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F426C is #F0BD93. Grayscale: #373737. Windows color (decimal): -15777172 or 7094799. OLE color: 7094799.

HSL color Cylindrical-coordinate representation of color #0F426C: hue angle of 207.1º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F426C is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1566108-
CMYK0.860.3900.58
HSL207.1º75.61%24.12%-
HSV(B)207.1º86.11%42.35%-
XYZ4.855.0814.91-
YUV55.54157.699.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.94%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=7.94%
G=34.92%
B=57.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15661080.860.3900.58207.175.6124.12
HexF426C562703Acf4c18
Octal171021541264707231711430
Binary1111100001011011001010110100111011101011001111100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,66,108); }

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

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

 a { background-color: rgb(15,66,108); }

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

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

 span { border-color: rgb(15,66,108); }

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