Html Css Color HEX #013BAB Cobalt

📋 copy color: '#013BAB'

red 1 ◦ green 59 ◦ blue 171

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

Shades of Cobalt #013BAB

Tints of Cobalt #013BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.54%

 BLUE value IS 171 (67.19% from 255) = 74.03%

R = 0.43%
G = 25.54%
B = 74.03%

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

#013BAB (or 0x013BAB) is known color: Cobalt. HEX triplet: 01, 3B and AB. RGB value is (1,59,171). Sum of RGB (Red+Green+Blue) = 1+59+171=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #013BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013BAB is #FEC454. Grayscale: #353535. Windows color (decimal): -16696405 or 11221761. OLE color: 11221761.

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

Color convert

RGB 1 59 171 -
CMYK 0.99 0.65 0 0.33
HSL 219.53º 0.99% 0.34% -
HSV(B) 219.53º 0.99% 0.67% -
XYZ 8.93 6.07 39.23 -
YUV 54.43 193.78 89.89 -
System Red Green Blue C M Y K H S L
Decimal 1 59 171 0.99 0.65 0 0.33 219.53 0.99 0.34
Hex 1 3B AB 63 41 0 21 DC 63 22
Octal 1 73 253 143 101 0 41 334 143 42
Binary 1 111011 10101011 1100011 1000001 0 100001 11011100 1100011 100010

Color Harmonies of #013BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BAB

Black with #013BAB

Text Example


Text Example

White with #013BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,59,171); }

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

background-color css

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

 a { background-color: rgb(1,59,171); }

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

border-color css

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

 span { border-color: rgb(1,59,171); }

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