#0E669B

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

Shades of Cerulean #0E669B

Tints of Cerulean #0E669B

Color information

#0E669B (or 0x0E669B) is unknown color: approx Cerulean. HEX triplet: 0E, 66 and 9B. RGB value is (14,102,155). Sum of RGB (Red+Green+Blue) = 14+102+155=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E669B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E669B is #F19964. Grayscale: #515151. Windows color (decimal): -15833445 or 10184206. OLE color: 10184206.

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

Color convert

RGB14102155-
CMYK0.910.3400.39
HSL202.55º83.43%33.14%-
HSV(B)202.55º90.97%60.78%-
XYZ10.8511.9632.75-
YUV81.73169.3579.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.17%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 155 (60.94% from 255) = 57.20%
R=5.17%
G=37.64%
B=57.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141021550.910.3400.39202.5583.4333.14
HexE669B5B22027cb5321
Octal161462331334204731312341
Binary111011001101001101110110111000100100111110010111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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