Html Css Color HEX #013BAD Cobalt

📋 copy color: '#013BAD'

red 1 ◦ green 59 ◦ blue 173

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

Shades of Cobalt #013BAD

Tints of Cobalt #013BAD

RGB

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

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

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

R = 0.43%
G = 25.32%
B = 74.25%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#013BAD (or 0x013BAD) is known color: Cobalt. HEX triplet: 01, 3B and AD. RGB value is (1,59,173). Sum of RGB (Red+Green+Blue) = 1+59+173=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 173 (67.97% from 255 or 74.25% from 233); Max value from RGB is 173 - color contains mainly: blue. Hex color #013BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013BAD is #FEC452. Grayscale: #363636. Windows color (decimal): -16696403 or 11352833. OLE color: 11352833.

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

Color convert

RGB 1 59 173 -
CMYK 0.99 0.66 0 0.32
HSL 219.77º 0.99% 0.34% -
HSV(B) 219.77º 0.99% 0.68% -
XYZ 9.12 6.15 40.24 -
YUV 54.65 194.78 89.73 -
System Red Green Blue C M Y K H S L
Decimal 1 59 173 0.99 0.66 0 0.32 219.77 0.99 0.34
Hex 1 3B AD 63 42 0 20 DC 63 22
Octal 1 73 255 143 102 0 40 334 143 42
Binary 1 111011 10101101 1100011 1000010 0 100000 11011100 1100011 100010

Color Harmonies of #013BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BAD

Black with #013BAD

Text Example


Text Example

White with #013BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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