Html Css Color HEX #013DAA Cobalt

📋 copy color: '#013DAA'

red 1 ◦ green 61 ◦ blue 170

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

Shades of Cobalt #013DAA

Tints of Cobalt #013DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 73.28%

R = 0.43%
G = 26.29%
B = 73.28%

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

#013DAA (or 0x013DAA) is known color: Cobalt. HEX triplet: 01, 3D and AA. RGB value is (1,61,170). Sum of RGB (Red+Green+Blue) = 1+61+170=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #013DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013DAA is #FEC255. Grayscale: #363636. Windows color (decimal): -16695894 or 11156737. OLE color: 11156737.

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

Color convert

RGB 1 61 170 -
CMYK 0.99 0.64 0 0.33
HSL 218.7º 0.99% 0.34% -
HSV(B) 218.7º 0.99% 0.67% -
XYZ 8.94 6.25 38.76 -
YUV 55.49 192.62 89.14 -
System Red Green Blue C M Y K H S L
Decimal 1 61 170 0.99 0.64 0 0.33 218.7 0.99 0.34
Hex 1 3D AA 63 40 0 21 DB 63 22
Octal 1 75 252 143 100 0 41 333 143 42
Binary 1 111101 10101010 1100011 1000000 0 100001 11011011 1100011 100010

Color Harmonies of #013DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DAA

Black with #013DAA

Text Example


Text Example

White with #013DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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