Html Css Color HEX #013AB9 Cobalt

📋 copy color: '#013AB9'

red 1 ◦ green 58 ◦ blue 185

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

Shades of Cobalt #013AB9

Tints of Cobalt #013AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 75.82%

R = 0.41%
G = 23.77%
B = 75.82%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#013AB9 (or 0x013AB9) is known color: Cobalt. HEX triplet: 01, 3A and B9. RGB value is (1,58,185). Sum of RGB (Red+Green+Blue) = 1+58+185=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 185 (72.66% from 255 or 75.82% from 244); Max value from RGB is 185 - color contains mainly: blue. Hex color #013AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013AB9 is #FEC546. Grayscale: #363636. Windows color (decimal): -16696647 or 12139009. OLE color: 12139009.

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

Color convert

RGB 1 58 185 -
CMYK 0.99 0.69 0 0.27
HSL 221.41º 0.99% 0.36% -
HSV(B) 221.41º 0.99% 0.73% -
XYZ 10.28 6.54 46.62 -
YUV 55.44 201.12 89.17 -
System Red Green Blue C M Y K H S L
Decimal 1 58 185 0.99 0.69 0 0.27 221.41 0.99 0.36
Hex 1 3A B9 63 45 0 1B DD 63 24
Octal 1 72 271 143 105 0 33 335 143 44
Binary 1 111010 10111001 1100011 1000101 0 11011 11011101 1100011 100100

Color Harmonies of #013AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AB9

Black with #013AB9

Text Example


Text Example

White with #013AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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