#0E6A94

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

Shades of Cerulean #0E6A94

Tints of Cerulean #0E6A94

Color information

#0E6A94 (or 0x0E6A94) is unknown color: approx Cerulean. HEX triplet: 0E, 6A and 94. RGB value is (14,106,148). Sum of RGB (Red+Green+Blue) = 14+106+148=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E6A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6A94 is #F1956B. Grayscale: #535353. Windows color (decimal): -15832428 or 9726478. OLE color: 9726478.

HSL color Cylindrical-coordinate representation of color #0E6A94: hue angle of 198.81º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E6A94 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14106148-
CMYK0.910.2800.42
HSL198.81º82.72%31.76%-
HSV(B)198.81º90.54%58.04%-
XYZ10.6812.5429.87-
YUV83.28164.5278.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.22%
GREEN value IS 106 (41.80% from 255) = 39.55%
BLUE value IS 148 (58.20% from 255) = 55.22%
R=5.22%
G=39.55%
B=55.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141061480.910.2800.42198.8182.7231.76
HexE6A945B1C02Ac75320
Octal161522241333405230712340
Binary11101101010100101001011011111000101010110001111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,106,148); }

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

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

 a { background-color: rgb(14,106,148); }

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

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

 span { border-color: rgb(14,106,148); }

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