Html Css Color HEX #013AC0 Cobalt

📋 copy color: '#013AC0'

red 1 ◦ green 58 ◦ blue 192

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

Shades of Cobalt #013AC0

Tints of Cobalt #013AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 76.49%

R = 0.4%
G = 23.11%
B = 76.49%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#013AC0 (or 0x013AC0) is known color: Cobalt. HEX triplet: 01, 3A and C0. RGB value is (1,58,192). Sum of RGB (Red+Green+Blue) = 1+58+192=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 192 (75.39% from 255 or 76.49% from 251); Max value from RGB is 192 - color contains mainly: blue. Hex color #013AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013AC0 is #FEC53F. Grayscale: #373737. Windows color (decimal): -16696640 or 12597761. OLE color: 12597761.

HSL color Cylindrical-coordinate representation of color #013AC0: hue angle of 222.09º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013AC0 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 58 192 -
CMYK 0.99 0.70 0 0.25
HSL 222.09º 0.99% 0.38% -
HSV(B) 222.09º 0.99% 0.75% -
XYZ 11.04 6.84 50.61 -
YUV 56.23 204.62 88.6 -
System Red Green Blue C M Y K H S L
Decimal 1 58 192 0.99 0.70 0 0.25 222.09 0.99 0.38
Hex 1 3A C0 63 46 0 19 DE 63 26
Octal 1 72 300 143 106 0 31 336 143 46
Binary 1 111010 11000000 1100011 1000110 0 11001 11011110 1100011 100110

Color Harmonies of #013AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AC0

Black with #013AC0

Text Example


Text Example

White with #013AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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