Html Css Color HEX #013DAF Cobalt

📋 copy color: '#013DAF'

red 1 ◦ green 61 ◦ blue 175

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

Shades of Cobalt #013DAF

Tints of Cobalt #013DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 73.84%

R = 0.42%
G = 25.74%
B = 73.84%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#013DAF (or 0x013DAF) is known color: Cobalt. HEX triplet: 01, 3D and AF. RGB value is (1,61,175). Sum of RGB (Red+Green+Blue) = 1+61+175=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #013DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013DAF is #FEC250. Grayscale: #373737. Windows color (decimal): -16695889 or 11484417. OLE color: 11484417.

HSL color Cylindrical-coordinate representation of color #013DAF: hue angle of 219.31º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013DAF is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 61 175 -
CMYK 0.99 0.65 0 0.31
HSL 219.31º 0.99% 0.35% -
HSV(B) 219.31º 0.99% 0.69% -
XYZ 9.42 6.44 41.3 -
YUV 56.06 195.12 88.73 -
System Red Green Blue C M Y K H S L
Decimal 1 61 175 0.99 0.65 0 0.31 219.31 0.99 0.35
Hex 1 3D AF 63 41 0 1F DB 63 23
Octal 1 75 257 143 101 0 37 333 143 43
Binary 1 111101 10101111 1100011 1000001 0 11111 11011011 1100011 100011

Color Harmonies of #013DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DAF

Black with #013DAF

Text Example


Text Example

White with #013DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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