Html Css Color HEX #0E4DA2 Cobalt

📋 copy color: '#0E4DA2'

red 14 ◦ green 77 ◦ blue 162

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

Shades of Cobalt #0E4DA2

Tints of Cobalt #0E4DA2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.43%

 BLUE value IS 162 (63.67% from 255) = 64.03%

R = 5.53%
G = 30.43%
B = 64.03%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0E4DA2 (or 0x0E4DA2) is known color: Cobalt. HEX triplet: 0E, 4D and A2. RGB value is (14,77,162). Sum of RGB (Red+Green+Blue) = 14+77+162=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 162 (63.67% from 255 or 64.03% from 253); Max value from RGB is 162 - color contains mainly: blue. Hex color #0E4DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E4DA2 is #F1B25D. Grayscale: #434343. Windows color (decimal): -15839838 or 10636558. OLE color: 10636558.

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

Color convert

RGB 14 77 162 -
CMYK 0.91 0.52 0 0.36
HSL 214.46º 0.84% 0.35% -
HSV(B) 214.46º 0.91% 0.64% -
XYZ 9.36 8.01 35.24 -
YUV 67.85 181.13 89.59 -
System Red Green Blue C M Y K H S L
Decimal 14 77 162 0.91 0.52 0 0.36 214.46 0.84 0.35
Hex E 4D A2 5B 34 0 24 D6 54 23
Octal 16 115 242 133 64 0 44 326 124 43
Binary 1110 1001101 10100010 1011011 110100 0 100100 11010110 1010100 100011

Color Harmonies of #0E4DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4DA2

Black with #0E4DA2

Text Example


Text Example

White with #0E4DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,77,162); }

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

background-color css

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

 a { background-color: rgb(14,77,162); }

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

border-color css

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

 span { border-color: rgb(14,77,162); }

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