Html Css Color HEX #013CC1 Cobalt

📋 copy color: '#013CC1'

red 1 ◦ green 60 ◦ blue 193

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

Shades of Cobalt #013CC1

Tints of Cobalt #013CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 75.98%

R = 0.39%
G = 23.62%
B = 75.98%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#013CC1 (or 0x013CC1) is known color: Cobalt. HEX triplet: 01, 3C and C1. RGB value is (1,60,193). Sum of RGB (Red+Green+Blue) = 1+60+193=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 193 (75.78% from 255 or 75.98% from 254); Max value from RGB is 193 - color contains mainly: blue. Hex color #013CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CC1 is #FEC33E. Grayscale: #383838. Windows color (decimal): -16696127 or 12663809. OLE color: 12663809.

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

Color convert

RGB 1 60 193 -
CMYK 0.99 0.69 0 0.24
HSL 221.56º 0.99% 0.38% -
HSV(B) 221.56º 0.99% 0.76% -
XYZ 11.25 7.09 51.23 -
YUV 57.52 204.45 87.69 -
System Red Green Blue C M Y K H S L
Decimal 1 60 193 0.99 0.69 0 0.24 221.56 0.99 0.38
Hex 1 3C C1 63 45 0 18 DE 63 26
Octal 1 74 301 143 105 0 30 336 143 46
Binary 1 111100 11000001 1100011 1000101 0 11000 11011110 1100011 100110

Color Harmonies of #013CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CC1

Black with #013CC1

Text Example


Text Example

White with #013CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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