Html Css Color HEX #013EAC Cobalt

📋 copy color: '#013EAC'

red 1 ◦ green 62 ◦ blue 172

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

Shades of Cobalt #013EAC

Tints of Cobalt #013EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 73.19%

R = 0.43%
G = 26.38%
B = 73.19%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#013EAC (or 0x013EAC) is known color: Cobalt. HEX triplet: 01, 3E and AC. RGB value is (1,62,172). Sum of RGB (Red+Green+Blue) = 1+62+172=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #013EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013EAC is #FEC153. Grayscale: #373737. Windows color (decimal): -16695636 or 11288065. OLE color: 11288065.

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

Color convert

RGB 1 62 172 -
CMYK 0.99 0.64 0 0.33
HSL 218.6º 0.99% 0.34% -
HSV(B) 218.6º 0.99% 0.67% -
XYZ 9.18 6.43 39.79 -
YUV 56.3 193.29 88.56 -
System Red Green Blue C M Y K H S L
Decimal 1 62 172 0.99 0.64 0 0.33 218.6 0.99 0.34
Hex 1 3E AC 63 40 0 21 DB 63 22
Octal 1 76 254 143 100 0 41 333 143 42
Binary 1 111110 10101100 1100011 1000000 0 100001 11011011 1100011 100010

Color Harmonies of #013EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EAC

Black with #013EAC

Text Example


Text Example

White with #013EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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