#0E4EA2

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

Shades of Cobalt #0E4EA2

Tints of Cobalt #0E4EA2

Color information

#0E4EA2 (or 0x0E4EA2) is unknown color: approx Cobalt. HEX triplet: 0E, 4E and A2. RGB value is (14,78,162). Sum of RGB (Red+Green+Blue) = 14+78+162=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 162 (63.67% from 255 or 63.78% from 254); Max value from RGB is 162 - color contains mainly: blue. Hex color #0E4EA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E4EA2 is #F1B15D. Grayscale: #444444. Windows color (decimal): -15839582 or 10636814. OLE color: 10636814.

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

Color convert

RGB1478162-
CMYK0.910.5200.36
HSL214.05º84.09%34.51%-
HSV(B)214.05º91.36%63.53%-
XYZ9.438.1535.26-
YUV68.44180.889.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.51%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 162 (63.67% from 255) = 63.78%
R=5.51%
G=30.71%
B=63.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14781620.910.5200.36214.0584.0934.51
HexE4EA25B34024d65423
Octal161162421336404432612443
Binary111010011101010001010110111101000100100110101101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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