Html Css Color HEX #013EC1 Cobalt

📋 copy color: '#013EC1'

red 1 ◦ green 62 ◦ blue 193

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

Shades of Cobalt #013EC1

Tints of Cobalt #013EC1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.22%

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

R = 0.39%
G = 24.22%
B = 75.39%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#013EC1 (or 0x013EC1) is known color: Cobalt. HEX triplet: 01, 3E and C1. RGB value is (1,62,193). Sum of RGB (Red+Green+Blue) = 1+62+193=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #013EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013EC1 is #FEC13E. Grayscale: #3A3A3A. Windows color (decimal): -16695615 or 12664321. OLE color: 12664321.

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

Color convert

RGB 1 62 193 -
CMYK 0.99 0.68 0 0.24
HSL 220.94º 0.99% 0.38% -
HSV(B) 220.94º 0.99% 0.76% -
XYZ 11.36 7.3 51.26 -
YUV 58.7 203.79 86.85 -
System Red Green Blue C M Y K H S L
Decimal 1 62 193 0.99 0.68 0 0.24 220.94 0.99 0.38
Hex 1 3E C1 63 44 0 18 DD 63 26
Octal 1 76 301 143 104 0 30 335 143 46
Binary 1 111110 11000001 1100011 1000100 0 11000 11011101 1100011 100110

Color Harmonies of #013EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EC1

Black with #013EC1

Text Example


Text Example

White with #013EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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