Html Css Color HEX #013ABB Cobalt

📋 copy color: '#013ABB'

red 1 ◦ green 58 ◦ blue 187

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

Shades of Cobalt #013ABB

Tints of Cobalt #013ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 76.02%

R = 0.41%
G = 23.58%
B = 76.02%

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

#013ABB (or 0x013ABB) is known color: Cobalt. HEX triplet: 01, 3A and BB. RGB value is (1,58,187). Sum of RGB (Red+Green+Blue) = 1+58+187=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #013ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013ABB is #FEC544. Grayscale: #373737. Windows color (decimal): -16696645 or 12270081. OLE color: 12270081.

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

Color convert

RGB 1 58 187 -
CMYK 0.99 0.69 0 0.27
HSL 221.61º 0.99% 0.37% -
HSV(B) 221.61º 0.99% 0.73% -
XYZ 10.5 6.62 47.74 -
YUV 55.66 202.12 89.01 -
System Red Green Blue C M Y K H S L
Decimal 1 58 187 0.99 0.69 0 0.27 221.61 0.99 0.37
Hex 1 3A BB 63 45 0 1B DE 63 25
Octal 1 72 273 143 105 0 33 336 143 45
Binary 1 111010 10111011 1100011 1000101 0 11011 11011110 1100011 100101

Color Harmonies of #013ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013ABB

Black with #013ABB

Text Example


Text Example

White with #013ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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