Html Css Color HEX #013ABD Cobalt

📋 copy color: '#013ABD'

red 1 ◦ green 58 ◦ blue 189

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

Shades of Cobalt #013ABD

Tints of Cobalt #013ABD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.39%

 BLUE value IS 189 (74.22% from 255) = 76.21%

R = 0.4%
G = 23.39%
B = 76.21%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#013ABD (or 0x013ABD) is known color: Cobalt. HEX triplet: 01, 3A and BD. RGB value is (1,58,189). Sum of RGB (Red+Green+Blue) = 1+58+189=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 189 (74.22% from 255 or 76.21% from 248); Max value from RGB is 189 - color contains mainly: blue. Hex color #013ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013ABD is #FEC542. Grayscale: #373737. Windows color (decimal): -16696643 or 12401153. OLE color: 12401153.

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

Color convert

RGB 1 58 189 -
CMYK 0.99 0.69 0 0.26
HSL 221.81º 0.99% 0.37% -
HSV(B) 221.81º 0.99% 0.74% -
XYZ 10.71 6.71 48.87 -
YUV 55.89 203.12 88.85 -
System Red Green Blue C M Y K H S L
Decimal 1 58 189 0.99 0.69 0 0.26 221.81 0.99 0.37
Hex 1 3A BD 63 45 0 1A DE 63 25
Octal 1 72 275 143 105 0 32 336 143 45
Binary 1 111010 10111101 1100011 1000101 0 11010 11011110 1100011 100101

Color Harmonies of #013ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013ABD

Black with #013ABD

Text Example


Text Example

White with #013ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,58,189); }

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

background-color css

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

 a { background-color: rgb(1,58,189); }

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

border-color css

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

 span { border-color: rgb(1,58,189); }

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