#0E52AB

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

Shades of Cobalt #0E52AB

Tints of Cobalt #0E52AB

Color information

#0E52AB (or 0x0E52AB) is unknown color: approx Cobalt. HEX triplet: 0E, 52 and AB. RGB value is (14,82,171). Sum of RGB (Red+Green+Blue) = 14+82+171=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E52AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E52AB is #F1AD54. Grayscale: #474747. Windows color (decimal): -15838549 or 11227662. OLE color: 11227662.

HSL color Cylindrical-coordinate representation of color #0E52AB: hue angle of 214.01º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E52AB is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1482171-
CMYK0.920.5200.33
HSL214.01º84.86%36.27%-
HSV(B)214.01º91.81%67.06%-
XYZ10.559.0739.72-
YUV71.81183.9786.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.24%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 171 (67.19% from 255) = 64.04%
R=5.24%
G=30.71%
B=64.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14821710.920.5200.33214.0184.8636.27
HexE52AB5C34021d65524
Octal161222531346404132612544
Binary111010100101010101110111001101000100001110101101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E52AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,82,171); }

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

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

 a { background-color: rgb(14,82,171); }

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

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

 span { border-color: rgb(14,82,171); }

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