Html Css Color HEX #0E51A3 Cobalt

📋 copy color: '#0E51A3'

red 14 ◦ green 81 ◦ blue 163

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

Shades of Cobalt #0E51A3

Tints of Cobalt #0E51A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 63.18%

R = 5.43%
G = 31.4%
B = 63.18%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0E51A3 (or 0x0E51A3) is known color: Cobalt. HEX triplet: 0E, 51 and A3. RGB value is (14,81,163). Sum of RGB (Red+Green+Blue) = 14+81+163=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 163 (64.06% from 255 or 63.18% from 258); Max value from RGB is 163 - color contains mainly: blue. Hex color #0E51A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E51A3 is #F1AE5C. Grayscale: #454545. Windows color (decimal): -15838813 or 10703118. OLE color: 10703118.

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

Color convert

RGB 14 81 163 -
CMYK 0.91 0.50 0 0.36
HSL 213.02º 0.84% 0.35% -
HSV(B) 213.02º 0.91% 0.64% -
XYZ 9.73 8.62 35.8 -
YUV 70.32 180.3 87.83 -
System Red Green Blue C M Y K H S L
Decimal 14 81 163 0.91 0.50 0 0.36 213.02 0.84 0.35
Hex E 51 A3 5B 32 0 24 D5 54 23
Octal 16 121 243 133 62 0 44 325 124 43
Binary 1110 1010001 10100011 1011011 110010 0 100100 11010101 1010100 100011

Color Harmonies of #0E51A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E51A3

Black with #0E51A3

Text Example


Text Example

White with #0E51A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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