#0E4E97

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

Shades of Cobalt #0E4E97

Tints of Cobalt #0E4E97

Color information

#0E4E97 (or 0x0E4E97) is unknown color: approx Cobalt. HEX triplet: 0E, 4E and 97. RGB value is (14,78,151). Sum of RGB (Red+Green+Blue) = 14+78+151=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 151 (59.38% from 255 or 62.14% from 243); Max value from RGB is 151 - color contains mainly: blue. Hex color #0E4E97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E4E97 is #F1B168. Grayscale: #424242. Windows color (decimal): -15839593 or 9915918. OLE color: 9915918.

HSL color Cylindrical-coordinate representation of color #0E4E97: hue angle of 211.97º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E4E97 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1478151-
CMYK0.910.4800.41
HSL211.97º83.03%32.35%-
HSV(B)211.97º90.73%59.22%-
XYZ8.497.7830.33-
YUV67.19175.390.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.76%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 151 (59.38% from 255) = 62.14%
R=5.76%
G=32.10%
B=62.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14781510.910.4800.41211.9783.0332.35
HexE4E975B30029d45320
Octal161162271336005132412340
Binary111010011101001011110110111100000101001110101001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,78,151); }

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

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

 a { background-color: rgb(14,78,151); }

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

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

 span { border-color: rgb(14,78,151); }

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