Html Css Color HEX #013DAD Cobalt

📋 copy color: '#013DAD'

red 1 ◦ green 61 ◦ blue 173

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

Shades of Cobalt #013DAD

Tints of Cobalt #013DAD

RGB

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

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

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

R = 0.43%
G = 25.96%
B = 73.62%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#013DAD (or 0x013DAD) is known color: Cobalt. HEX triplet: 01, 3D and AD. RGB value is (1,61,173). Sum of RGB (Red+Green+Blue) = 1+61+173=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #013DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013DAD is #FEC252. Grayscale: #373737. Windows color (decimal): -16695891 or 11353345. OLE color: 11353345.

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

Color convert

RGB 1 61 173 -
CMYK 0.99 0.65 0 0.32
HSL 219.07º 0.99% 0.34% -
HSV(B) 219.07º 0.99% 0.68% -
XYZ 9.22 6.36 40.28 -
YUV 55.83 194.12 88.89 -
System Red Green Blue C M Y K H S L
Decimal 1 61 173 0.99 0.65 0 0.32 219.07 0.99 0.34
Hex 1 3D AD 63 41 0 20 DB 63 22
Octal 1 75 255 143 101 0 40 333 143 42
Binary 1 111101 10101101 1100011 1000001 0 100000 11011011 1100011 100010

Color Harmonies of #013DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DAD

Black with #013DAD

Text Example


Text Example

White with #013DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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