Html Css Color HEX #013EAD Cobalt

📋 copy color: '#013EAD'

red 1 ◦ green 62 ◦ blue 173

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

Shades of Cobalt #013EAD

Tints of Cobalt #013EAD

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

 GREEN value IS 62 (24.61% from 255) = 26.27%

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

R = 0.42%
G = 26.27%
B = 73.31%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#013EAD (or 0x013EAD) is known color: Cobalt. HEX triplet: 01, 3E and AD. RGB value is (1,62,173). Sum of RGB (Red+Green+Blue) = 1+62+173=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #013EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013EAD is #FEC152. Grayscale: #373737. Windows color (decimal): -16695635 or 11353601. OLE color: 11353601.

HSL color Cylindrical-coordinate representation of color #013EAD: hue angle of 218.72º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013EAD is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 62 173 -
CMYK 0.99 0.64 0 0.32
HSL 218.72º 0.99% 0.34% -
HSV(B) 218.72º 0.99% 0.68% -
XYZ 9.28 6.47 40.29 -
YUV 56.42 193.79 88.47 -
System Red Green Blue C M Y K H S L
Decimal 1 62 173 0.99 0.64 0 0.32 218.72 0.99 0.34
Hex 1 3E AD 63 40 0 20 DB 63 22
Octal 1 76 255 143 100 0 40 333 143 42
Binary 1 111110 10101101 1100011 1000000 0 100000 11011011 1100011 100010

Color Harmonies of #013EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EAD

Black with #013EAD

Text Example


Text Example

White with #013EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013EAD; }

 p { color: rgb(1,62,173); }

 H1.HeaderClassName
 {
   color: #013EAD;
 }
 .AnyTagClassName
 {
   color: #013EAD;
 }
</style>

background-color css

<style>
 a { background-color: #013EAD; }

 a { background-color: rgb(1,62,173); }

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

border-color css

<style>
 span { border-color: #013EAD; }

 span { border-color: rgb(1,62,173); }

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