Html Css Color HEX #0E5AA0 Cobalt

📋 copy color: '#0E5AA0'

red 14 ◦ green 90 ◦ blue 160

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

Shades of Cobalt #0E5AA0

Tints of Cobalt #0E5AA0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.09%

 BLUE value IS 160 (62.89% from 255) = 60.61%

R = 5.3%
G = 34.09%
B = 60.61%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0E5AA0 (or 0x0E5AA0) is known color: Cobalt. HEX triplet: 0E, 5A and A0. RGB value is (14,90,160). Sum of RGB (Red+Green+Blue) = 14+90+160=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 160 (62.89% from 255 or 60.61% from 264); Max value from RGB is 160 - color contains mainly: blue. Hex color #0E5AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5AA0 is #F1A55F. Grayscale: #4A4A4A. Windows color (decimal): -15836512 or 10508814. OLE color: 10508814.

HSL color Cylindrical-coordinate representation of color #0E5AA0: hue angle of 208.77º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5AA0 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 14 90 160 -
CMYK 0.91 0.44 0 0.37
HSL 208.77º 0.84% 0.34% -
HSV(B) 208.77º 0.91% 0.63% -
XYZ 10.18 9.94 34.64 -
YUV 75.26 175.82 84.31 -
System Red Green Blue C M Y K H S L
Decimal 14 90 160 0.91 0.44 0 0.37 208.77 0.84 0.34
Hex E 5A A0 5B 2C 0 25 D1 54 22
Octal 16 132 240 133 54 0 45 321 124 42
Binary 1110 1011010 10100000 1011011 101100 0 100101 11010001 1010100 100010

Color Harmonies of #0E5AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5AA0

Black with #0E5AA0

Text Example


Text Example

White with #0E5AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,90,160); }

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

background-color css

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

 a { background-color: rgb(14,90,160); }

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

border-color css

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

 span { border-color: rgb(14,90,160); }

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