Html Css Color HEX #013DC0 Cobalt

📋 copy color: '#013DC0'

red 1 ◦ green 61 ◦ blue 192

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

Shades of Cobalt #013DC0

Tints of Cobalt #013DC0

RGB

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

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

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

R = 0.39%
G = 24.02%
B = 75.59%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#013DC0 (or 0x013DC0) is known color: Cobalt. HEX triplet: 01, 3D and C0. RGB value is (1,61,192). Sum of RGB (Red+Green+Blue) = 1+61+192=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 192 (75.39% from 255 or 75.59% from 254); Max value from RGB is 192 - color contains mainly: blue. Hex color #013DC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DC0 is #FEC23F. Grayscale: #393939. Windows color (decimal): -16695872 or 12598529. OLE color: 12598529.

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

Color convert

RGB 1 61 192 -
CMYK 0.99 0.68 0 0.25
HSL 221.15º 0.99% 0.38% -
HSV(B) 221.15º 0.99% 0.75% -
XYZ 11.2 7.15 50.66 -
YUV 57.99 203.62 87.35 -
System Red Green Blue C M Y K H S L
Decimal 1 61 192 0.99 0.68 0 0.25 221.15 0.99 0.38
Hex 1 3D C0 63 44 0 19 DD 63 26
Octal 1 75 300 143 104 0 31 335 143 46
Binary 1 111101 11000000 1100011 1000100 0 11001 11011101 1100011 100110

Color Harmonies of #013DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DC0

Black with #013DC0

Text Example


Text Example

White with #013DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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