Html Css Color HEX #013CC5 Cobalt

📋 copy color: '#013CC5'

red 1 ◦ green 60 ◦ blue 197

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

Shades of Cobalt #013CC5

Tints of Cobalt #013CC5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.26%

 BLUE value IS 197 (77.34% from 255) = 76.36%

R = 0.39%
G = 23.26%
B = 76.36%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#013CC5 (or 0x013CC5) is known color: Cobalt. HEX triplet: 01, 3C and C5. RGB value is (1,60,197). Sum of RGB (Red+Green+Blue) = 1+60+197=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 197 (77.34% from 255 or 76.36% from 258); Max value from RGB is 197 - color contains mainly: blue. Hex color #013CC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CC5 is #FEC33A. Grayscale: #393939. Windows color (decimal): -16696123 or 12925953. OLE color: 12925953.

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

Color convert

RGB 1 60 197 -
CMYK 0.99 0.70 0 0.23
HSL 221.94º 0.99% 0.39% -
HSV(B) 221.94º 0.99% 0.77% -
XYZ 11.71 7.27 53.61 -
YUV 57.98 206.45 87.36 -
System Red Green Blue C M Y K H S L
Decimal 1 60 197 0.99 0.70 0 0.23 221.94 0.99 0.39
Hex 1 3C C5 63 46 0 17 DE 63 27
Octal 1 74 305 143 106 0 27 336 143 47
Binary 1 111100 11000101 1100011 1000110 0 10111 11011110 1100011 100111

Color Harmonies of #013CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CC5

Black with #013CC5

Text Example


Text Example

White with #013CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,60,197); }

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

background-color css

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

 a { background-color: rgb(1,60,197); }

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

border-color css

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

 span { border-color: rgb(1,60,197); }

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