#0E6F92

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

Shades of Cerulean #0E6F92

Tints of Cerulean #0E6F92

Color information

#0E6F92 (or 0x0E6F92) is unknown color: approx Cerulean. HEX triplet: 0E, 6F and 92. RGB value is (14,111,146). Sum of RGB (Red+Green+Blue) = 14+111+146=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E6F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6F92 is #F1906D. Grayscale: #555555. Windows color (decimal): -15831150 or 9596686. OLE color: 9596686.

HSL color Cylindrical-coordinate representation of color #0E6F92: hue angle of 195.91º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E6F92 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14111146-
CMYK0.900.2400.43
HSL195.91º82.5%31.37%-
HSV(B)195.91º90.41%57.25%-
XYZ11.0513.5429.22-
YUV85.99161.8676.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.17%
GREEN value IS 111 (43.75% from 255) = 40.96%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=5.17%
G=40.96%
B=53.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141111460.900.2400.43195.9182.531.37
HexE6F925A1802Bc4521f
Octal161572221323005330412237
Binary1110110111110010010101101011000010101111000100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,111,146); }

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

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

 a { background-color: rgb(14,111,146); }

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

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

 span { border-color: rgb(14,111,146); }

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