Html Css Color HEX #0E4DAB Cobalt

📋 copy color: '#0E4DAB'

red 14 ◦ green 77 ◦ blue 171

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

Shades of Cobalt #0E4DAB

Tints of Cobalt #0E4DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.27%

R = 5.34%
G = 29.39%
B = 65.27%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E4DAB (or 0x0E4DAB) is known color: Cobalt. HEX triplet: 0E, 4D and AB. RGB value is (14,77,171). Sum of RGB (Red+Green+Blue) = 14+77+171=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E4DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E4DAB is #F1B254. Grayscale: #444444. Windows color (decimal): -15839829 or 11226382. OLE color: 11226382.

HSL color Cylindrical-coordinate representation of color #0E4DAB: hue angle of 215.92º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E4DAB is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 77 171 -
CMYK 0.92 0.55 0 0.33
HSL 215.92º 0.85% 0.36% -
HSV(B) 215.92º 0.92% 0.67% -
XYZ 10.19 8.34 39.6 -
YUV 68.88 185.63 88.86 -
System Red Green Blue C M Y K H S L
Decimal 14 77 171 0.92 0.55 0 0.33 215.92 0.85 0.36
Hex E 4D AB 5C 37 0 21 D8 55 24
Octal 16 115 253 134 67 0 41 330 125 44
Binary 1110 1001101 10101011 1011100 110111 0 100001 11011000 1010101 100100

Color Harmonies of #0E4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4DAB

Black with #0E4DAB

Text Example


Text Example

White with #0E4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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