Html Css Color HEX #0E50AD Cobalt

📋 copy color: '#0E50AD'

red 14 ◦ green 80 ◦ blue 173

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

Shades of Cobalt #0E50AD

Tints of Cobalt #0E50AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

 BLUE value IS 173 (67.97% from 255) = 64.79%

R = 5.24%
G = 29.96%
B = 64.79%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E50AD (or 0x0E50AD) is known color: Cobalt. HEX triplet: 0E, 50 and AD. RGB value is (14,80,173). Sum of RGB (Red+Green+Blue) = 14+80+173=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E50AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E50AD is #F1AF52. Grayscale: #464646. Windows color (decimal): -15839059 or 11358222. OLE color: 11358222.

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

Color convert

RGB 14 80 173 -
CMYK 0.92 0.54 0 0.32
HSL 215.09º 0.85% 0.37% -
HSV(B) 215.09º 0.92% 0.68% -
XYZ 10.59 8.85 40.68 -
YUV 70.87 185.63 87.44 -
System Red Green Blue C M Y K H S L
Decimal 14 80 173 0.92 0.54 0 0.32 215.09 0.85 0.37
Hex E 50 AD 5C 36 0 20 D7 55 25
Octal 16 120 255 134 66 0 40 327 125 45
Binary 1110 1010000 10101101 1011100 110110 0 100000 11010111 1010101 100101

Color Harmonies of #0E50AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E50AD

Black with #0E50AD

Text Example


Text Example

White with #0E50AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,80,173); }

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

background-color css

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

 a { background-color: rgb(14,80,173); }

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

border-color css

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

 span { border-color: rgb(14,80,173); }

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