Html Css Color HEX #0E51AB Cobalt

📋 copy color: '#0E51AB'

red 14 ◦ green 81 ◦ blue 171

#0E51AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0E51AB

Tints of Cobalt #0E51AB

RGB

 RED value IS 14 (5.86% from 255) = 5.26%

 GREEN value IS 81 (32.03% from 255) = 30.45%

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 5.26%
G = 30.45%
B = 64.29%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E51AB (or 0x0E51AB) is known color: Cobalt. HEX triplet: 0E, 51 and AB. RGB value is (14,81,171). Sum of RGB (Red+Green+Blue) = 14+81+171=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E51AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E51AB is #F1AE54. Grayscale: #464646. Windows color (decimal): -15838805 or 11227406. OLE color: 11227406.

HSL color Cylindrical-coordinate representation of color #0E51AB: hue angle of 214.39º 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 #0E51AB is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 81 171 -
CMYK 0.92 0.53 0 0.33
HSL 214.39º 0.85% 0.36% -
HSV(B) 214.39º 0.92% 0.67% -
XYZ 10.47 8.92 39.7 -
YUV 71.23 184.3 87.18 -
System Red Green Blue C M Y K H S L
Decimal 14 81 171 0.92 0.53 0 0.33 214.39 0.85 0.36
Hex E 51 AB 5C 35 0 21 D6 55 24
Octal 16 121 253 134 65 0 41 326 125 44
Binary 1110 1010001 10101011 1011100 110101 0 100001 11010110 1010101 100100

Color Harmonies of #0E51AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E51AB

Black with #0E51AB

Text Example


Text Example

White with #0E51AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E51AB;
 }
 .AnyTagClassName
 {
   color: #0E51AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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