#0F4E6E

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

Shades of Dark Cerulean #0F4E6E

Tints of Dark Cerulean #0F4E6E

Color information

#0F4E6E (or 0x0F4E6E) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 4E and 6E. RGB value is (15,78,110). Sum of RGB (Red+Green+Blue) = 15+78+110=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F4E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4E6E is #F0B191. Grayscale: #3E3E3E. Windows color (decimal): -15774098 or 7228943. OLE color: 7228943.

HSL color Cylindrical-coordinate representation of color #0F4E6E: hue angle of 200.21º 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 #0F4E6E is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1578110-
CMYK0.860.2900.57
HSL200.21º76%24.51%-
HSV(B)200.21º86.36%43.14%-
XYZ5.746.6815.74-
YUV62.81154.6393.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.39%
GREEN value IS 78 (30.86% from 255) = 38.42%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=7.39%
G=38.42%
B=54.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15781100.860.2900.57200.217624.51
HexF4E6E561D039c84c19
Octal171161561263507131011431
Binary111110011101101110101011011101011100111001000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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