Html Css Color HEX #013ABA Cobalt

📋 copy color: '#013ABA'

red 1 ◦ green 58 ◦ blue 186

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

Shades of Cobalt #013ABA

Tints of Cobalt #013ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.92%

R = 0.41%
G = 23.67%
B = 75.92%

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

#013ABA (or 0x013ABA) is known color: Cobalt. HEX triplet: 01, 3A and BA. RGB value is (1,58,186). Sum of RGB (Red+Green+Blue) = 1+58+186=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #013ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013ABA is #FEC545. Grayscale: #363636. Windows color (decimal): -16696646 or 12204545. OLE color: 12204545.

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

Color convert

RGB 1 58 186 -
CMYK 0.99 0.69 0 0.27
HSL 221.51º 0.99% 0.37% -
HSV(B) 221.51º 0.99% 0.73% -
XYZ 10.39 6.58 47.18 -
YUV 55.55 201.62 89.09 -
System Red Green Blue C M Y K H S L
Decimal 1 58 186 0.99 0.69 0 0.27 221.51 0.99 0.37
Hex 1 3A BA 63 45 0 1B DE 63 25
Octal 1 72 272 143 105 0 33 336 143 45
Binary 1 111010 10111010 1100011 1000101 0 11011 11011110 1100011 100101

Color Harmonies of #013ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013ABA

Black with #013ABA

Text Example


Text Example

White with #013ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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