Html Css Color HEX #0E53AE Cobalt

📋 copy color: '#0E53AE'

red 14 ◦ green 83 ◦ blue 174

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

Shades of Cobalt #0E53AE

Tints of Cobalt #0E53AE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

 BLUE value IS 174 (68.36% from 255) = 64.21%

R = 5.17%
G = 30.63%
B = 64.21%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E53AE (or 0x0E53AE) is known color: Cobalt. HEX triplet: 0E, 53 and AE. RGB value is (14,83,174). Sum of RGB (Red+Green+Blue) = 14+83+174=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E53AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E53AE is #F1AC51. Grayscale: #484848. Windows color (decimal): -15838290 or 11424526. OLE color: 11424526.

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

Color convert

RGB 14 83 174 -
CMYK 0.92 0.52 0 0.32
HSL 214.13º 0.85% 0.37% -
HSV(B) 214.13º 0.92% 0.68% -
XYZ 10.91 9.34 41.27 -
YUV 72.74 185.14 86.1 -
System Red Green Blue C M Y K H S L
Decimal 14 83 174 0.92 0.52 0 0.32 214.13 0.85 0.37
Hex E 53 AE 5C 34 0 20 D6 55 25
Octal 16 123 256 134 64 0 40 326 125 45
Binary 1110 1010011 10101110 1011100 110100 0 100000 11010110 1010101 100101

Color Harmonies of #0E53AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E53AE

Black with #0E53AE

Text Example


Text Example

White with #0E53AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,83,174); }

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

background-color css

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

 a { background-color: rgb(14,83,174); }

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

border-color css

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

 span { border-color: rgb(14,83,174); }

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