#0E679F

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

Shades of Cerulean #0E679F

Tints of Cerulean #0E679F

Color information

#0E679F (or 0x0E679F) is unknown color: approx Cerulean. HEX triplet: 0E, 67 and 9F. RGB value is (14,103,159). Sum of RGB (Red+Green+Blue) = 14+103+159=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E679F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E679F is #F19860. Grayscale: #525252. Windows color (decimal): -15833185 or 10446606. OLE color: 10446606.

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

Color convert

RGB14103159-
CMYK0.910.3500.38
HSL203.17º83.82%33.92%-
HSV(B)203.17º91.19%62.35%-
XYZ11.2912.334.58-
YUV82.77171.0178.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.07%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 159 (62.5% from 255) = 57.61%
R=5.07%
G=37.32%
B=57.61%

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
Decimal141031590.910.3500.38203.1783.8233.92
HexE679F5B23026cb5422
Octal161472371334304631312442
Binary111011001111001111110110111000110100110110010111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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