Html Css Color HEX #013EC7 Cobalt

📋 copy color: '#013EC7'

red 1 ◦ green 62 ◦ blue 199

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

Shades of Cobalt #013EC7

Tints of Cobalt #013EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 75.95%

R = 0.38%
G = 23.66%
B = 75.95%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#013EC7 (or 0x013EC7) is known color: Cobalt. HEX triplet: 01, 3E and C7. RGB value is (1,62,199). Sum of RGB (Red+Green+Blue) = 1+62+199=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 199 (78.12% from 255 or 75.95% from 262); Max value from RGB is 199 - color contains mainly: blue. Hex color #013EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013EC7 is #FEC138. Grayscale: #3A3A3A. Windows color (decimal): -16695609 or 13057537. OLE color: 13057537.

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

Color convert

RGB 1 62 199 -
CMYK 0.99 0.69 0 0.22
HSL 221.52º 0.99% 0.39% -
HSV(B) 221.52º 0.99% 0.78% -
XYZ 12.04 7.58 54.86 -
YUV 59.38 206.79 86.36 -
System Red Green Blue C M Y K H S L
Decimal 1 62 199 0.99 0.69 0 0.22 221.52 0.99 0.39
Hex 1 3E C7 63 45 0 16 DE 63 27
Octal 1 76 307 143 105 0 26 336 143 47
Binary 1 111110 11000111 1100011 1000101 0 10110 11011110 1100011 100111

Color Harmonies of #013EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EC7

Black with #013EC7

Text Example


Text Example

White with #013EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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