Html Css Color HEX #013CC0 Cobalt

📋 copy color: '#013CC0'

red 1 ◦ green 60 ◦ blue 192

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

Shades of Cobalt #013CC0

Tints of Cobalt #013CC0

RGB

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

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

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

R = 0.4%
G = 23.72%
B = 75.89%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#013CC0 (or 0x013CC0) is known color: Cobalt. HEX triplet: 01, 3C and C0. RGB value is (1,60,192). Sum of RGB (Red+Green+Blue) = 1+60+192=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 192 (75.39% from 255 or 75.89% from 253); Max value from RGB is 192 - color contains mainly: blue. Hex color #013CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CC0 is #FEC33F. Grayscale: #383838. Windows color (decimal): -16696128 or 12598273. OLE color: 12598273.

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

Color convert

RGB 1 60 192 -
CMYK 0.99 0.69 0 0.25
HSL 221.47º 0.99% 0.38% -
HSV(B) 221.47º 0.99% 0.75% -
XYZ 11.14 7.04 50.64 -
YUV 57.41 203.95 87.77 -
System Red Green Blue C M Y K H S L
Decimal 1 60 192 0.99 0.69 0 0.25 221.47 0.99 0.38
Hex 1 3C C0 63 45 0 19 DD 63 26
Octal 1 74 300 143 105 0 31 335 143 46
Binary 1 111100 11000000 1100011 1000101 0 11001 11011101 1100011 100110

Color Harmonies of #013CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CC0

Black with #013CC0

Text Example


Text Example

White with #013CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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