#0E689F

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

Shades of Cerulean #0E689F

Tints of Cerulean #0E689F

Color information

#0E689F (or 0x0E689F) is unknown color: approx Cerulean. HEX triplet: 0E, 68 and 9F. RGB value is (14,104,159). Sum of RGB (Red+Green+Blue) = 14+104+159=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E689F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E689F is #F19760. Grayscale: #535353. Windows color (decimal): -15832929 or 10446862. OLE color: 10446862.

HSL color Cylindrical-coordinate representation of color #0E689F: hue angle of 202.76º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E689F is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14104159-
CMYK0.910.3500.38
HSL202.76º83.82%33.92%-
HSV(B)202.76º91.19%62.35%-
XYZ11.3912.534.61-
YUV83.36170.6878.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.05%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=5.05%
G=37.55%
B=57.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141041590.910.3500.38202.7683.8233.92
HexE689F5B23026cb5422
Octal161502371334304631312442
Binary111011010001001111110110111000110100110110010111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,104,159); }

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

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

 a { background-color: rgb(14,104,159); }

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

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

 span { border-color: rgb(14,104,159); }

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