Html Css Color HEX #013DAC Cobalt

📋 copy color: '#013DAC'

red 1 ◦ green 61 ◦ blue 172

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

Shades of Cobalt #013DAC

Tints of Cobalt #013DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.07%

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

R = 0.43%
G = 26.07%
B = 73.5%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#013DAC (or 0x013DAC) is known color: Cobalt. HEX triplet: 01, 3D and AC. RGB value is (1,61,172). Sum of RGB (Red+Green+Blue) = 1+61+172=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #013DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013DAC is #FEC253. Grayscale: #373737. Windows color (decimal): -16695892 or 11287809. OLE color: 11287809.

HSL color Cylindrical-coordinate representation of color #013DAC: hue angle of 218.95º 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 #013DAC is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 61 172 -
CMYK 0.99 0.65 0 0.33
HSL 218.95º 0.99% 0.34% -
HSV(B) 218.95º 0.99% 0.67% -
XYZ 9.13 6.32 39.77 -
YUV 55.71 193.62 88.97 -
System Red Green Blue C M Y K H S L
Decimal 1 61 172 0.99 0.65 0 0.33 218.95 0.99 0.34
Hex 1 3D AC 63 41 0 21 DB 63 22
Octal 1 75 254 143 101 0 41 333 143 42
Binary 1 111101 10101100 1100011 1000001 0 100001 11011011 1100011 100010

Color Harmonies of #013DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DAC

Black with #013DAC

Text Example


Text Example

White with #013DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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