Html Css Color HEX #013ABC Cobalt

📋 copy color: '#013ABC'

red 1 ◦ green 58 ◦ blue 188

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

Shades of Cobalt #013ABC

Tints of Cobalt #013ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 76.11%

R = 0.4%
G = 23.48%
B = 76.11%

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

#013ABC (or 0x013ABC) is known color: Cobalt. HEX triplet: 01, 3A and BC. RGB value is (1,58,188). Sum of RGB (Red+Green+Blue) = 1+58+188=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #013ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013ABC is #FEC543. Grayscale: #373737. Windows color (decimal): -16696644 or 12335617. OLE color: 12335617.

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

Color convert

RGB 1 58 188 -
CMYK 0.99 0.69 0 0.26
HSL 221.71º 0.99% 0.37% -
HSV(B) 221.71º 0.99% 0.74% -
XYZ 10.6 6.66 48.3 -
YUV 55.78 202.62 88.93 -
System Red Green Blue C M Y K H S L
Decimal 1 58 188 0.99 0.69 0 0.26 221.71 0.99 0.37
Hex 1 3A BC 63 45 0 1A DE 63 25
Octal 1 72 274 143 105 0 32 336 143 45
Binary 1 111010 10111100 1100011 1000101 0 11010 11011110 1100011 100101

Color Harmonies of #013ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013ABC

Black with #013ABC

Text Example


Text Example

White with #013ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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