#0F416E

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

Shades of Dark Cerulean #0F416E

Tints of Dark Cerulean #0F416E

Color information

#0F416E (or 0x0F416E) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 41 and 6E. RGB value is (15,65,110). Sum of RGB (Red+Green+Blue) = 15+65+110=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F416E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F416E is #F0BE91. Grayscale: #363636. Windows color (decimal): -15777426 or 7225615. OLE color: 7225615.

HSL color Cylindrical-coordinate representation of color #0F416E: hue angle of 208.42º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F416E is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1565110-
CMYK0.860.4100.57
HSL208.42º76%24.51%-
HSV(B)208.42º86.36%43.14%-
XYZ4.95.0115.46-
YUV55.18158.9499.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.89%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 110 (43.36% from 255) = 57.89%
R=7.89%
G=34.21%
B=57.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15651100.860.4100.57208.427624.51
HexF416E5629039d04c19
Octal171011561265107132011431
Binary1111100000111011101010110101001011100111010000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,65,110); }

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

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

 a { background-color: rgb(15,65,110); }

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

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

 span { border-color: rgb(15,65,110); }

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