#0E6399

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

Shades of Cerulean #0E6399

Tints of Cerulean #0E6399

Color information

#0E6399 (or 0x0E6399) is unknown color: approx Cerulean. HEX triplet: 0E, 63 and 99. RGB value is (14,99,153). Sum of RGB (Red+Green+Blue) = 14+99+153=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E6399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6399 is #F19C66. Grayscale: #4F4F4F. Windows color (decimal): -15834215 or 10052366. OLE color: 10052366.

HSL color Cylindrical-coordinate representation of color #0E6399: hue angle of 203.31º 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 #0E6399 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1499153-
CMYK0.910.3500.4
HSL203.31º83.23%32.75%-
HSV(B)203.31º90.85%60%-
XYZ10.3911.3231.77-
YUV79.74169.3481.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.26%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 153 (60.16% from 255) = 57.52%
R=5.26%
G=37.22%
B=57.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14991530.910.3500.4203.3183.2332.75
HexE63995B23028cb5321
Octal161432311334305031312341
Binary111011000111001100110110111000110101000110010111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,99,153); }

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

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

 a { background-color: rgb(14,99,153); }

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

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

 span { border-color: rgb(14,99,153); }

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