Html Css Color HEX #013DC1 Cobalt

📋 copy color: '#013DC1'

red 1 ◦ green 61 ◦ blue 193

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

Shades of Cobalt #013DC1

Tints of Cobalt #013DC1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

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

R = 0.39%
G = 23.92%
B = 75.69%

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

#013DC1 (or 0x013DC1) is known color: Cobalt. HEX triplet: 01, 3D and C1. RGB value is (1,61,193). Sum of RGB (Red+Green+Blue) = 1+61+193=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 193 (75.78% from 255 or 75.69% from 255); Max value from RGB is 193 - color contains mainly: blue. Hex color #013DC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DC1 is #FEC23E. Grayscale: #393939. Windows color (decimal): -16695871 or 12664065. OLE color: 12664065.

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

Color convert

RGB 1 61 193 -
CMYK 0.99 0.68 0 0.24
HSL 221.25º 0.99% 0.38% -
HSV(B) 221.25º 0.99% 0.76% -
XYZ 11.31 7.19 51.24 -
YUV 58.11 204.12 87.27 -
System Red Green Blue C M Y K H S L
Decimal 1 61 193 0.99 0.68 0 0.24 221.25 0.99 0.38
Hex 1 3D C1 63 44 0 18 DD 63 26
Octal 1 75 301 143 104 0 30 335 143 46
Binary 1 111101 11000001 1100011 1000100 0 11000 11011101 1100011 100110

Color Harmonies of #013DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DC1

Black with #013DC1

Text Example


Text Example

White with #013DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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