#0E5E9F

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

Shades of Cobalt #0E5E9F

Tints of Cobalt #0E5E9F

Color information

#0E5E9F (or 0x0E5E9F) is unknown color: approx Cobalt. HEX triplet: 0E, 5E and 9F. RGB value is (14,94,159). Sum of RGB (Red+Green+Blue) = 14+94+159=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E5E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5E9F is #F1A160. Grayscale: #4D4D4D. Windows color (decimal): -15835489 or 10444302. OLE color: 10444302.

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

Color convert

RGB1494159-
CMYK0.910.4100.38
HSL206.9º83.82%33.92%-
HSV(B)206.9º91.19%62.35%-
XYZ10.4410.634.3-
YUV77.4917482.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.24%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 159 (62.5% from 255) = 59.55%
R=5.24%
G=35.21%
B=59.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14941590.910.4100.38206.983.8233.92
HexE5E9F5B29026cf5422
Octal161362371335104631712442
Binary111010111101001111110110111010010100110110011111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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