Html Css Color HEX #013CB9 Cobalt

📋 copy color: '#013CB9'

red 1 ◦ green 60 ◦ blue 185

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

Shades of Cobalt #013CB9

Tints of Cobalt #013CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 75.2%

R = 0.41%
G = 24.39%
B = 75.2%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#013CB9 (or 0x013CB9) is known color: Cobalt. HEX triplet: 01, 3C and B9. RGB value is (1,60,185). Sum of RGB (Red+Green+Blue) = 1+60+185=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 185 (72.66% from 255 or 75.20% from 246); Max value from RGB is 185 - color contains mainly: blue. Hex color #013CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CB9 is #FEC346. Grayscale: #383838. Windows color (decimal): -16696135 or 12139521. OLE color: 12139521.

HSL color Cylindrical-coordinate representation of color #013CB9: hue angle of 220.76º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013CB9 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 60 185 -
CMYK 0.99 0.68 0 0.27
HSL 220.76º 0.99% 0.36% -
HSV(B) 220.76º 0.99% 0.73% -
XYZ 10.39 6.74 46.65 -
YUV 56.61 200.45 88.34 -
System Red Green Blue C M Y K H S L
Decimal 1 60 185 0.99 0.68 0 0.27 220.76 0.99 0.36
Hex 1 3C B9 63 44 0 1B DD 63 24
Octal 1 74 271 143 104 0 33 335 143 44
Binary 1 111100 10111001 1100011 1000100 0 11011 11011101 1100011 100100

Color Harmonies of #013CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CB9

Black with #013CB9

Text Example


Text Example

White with #013CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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