#0E669A

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

Shades of Cerulean #0E669A

Tints of Cerulean #0E669A

Color information

#0E669A (or 0x0E669A) is unknown color: approx Cerulean. HEX triplet: 0E, 66 and 9A. RGB value is (14,102,154). Sum of RGB (Red+Green+Blue) = 14+102+154=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E669A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E669A is #F19965. Grayscale: #515151. Windows color (decimal): -15833446 or 10118670. OLE color: 10118670.

HSL color Cylindrical-coordinate representation of color #0E669A: hue angle of 202.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E669A is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14102154-
CMYK0.910.3400.40
HSL202.29º83.33%32.94%-
HSV(B)202.29º90.91%60.39%-
XYZ10.7711.9332.31-
YUV81.62168.8579.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.19%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 154 (60.55% from 255) = 57.04%
R=5.19%
G=37.78%
B=57.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141021540.910.3400.40202.2983.3332.94
HexE669A5B22028ca5321
Octal161462321334205031212341
Binary111011001101001101010110111000100101000110010101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,102,154); }

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

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

 a { background-color: rgb(14,102,154); }

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

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

 span { border-color: rgb(14,102,154); }

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