Html Css Color HEX #013CBA Cobalt

📋 copy color: '#013CBA'

red 1 ◦ green 60 ◦ blue 186

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

Shades of Cobalt #013CBA

Tints of Cobalt #013CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.3%

R = 0.4%
G = 24.29%
B = 75.3%

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

#013CBA (or 0x013CBA) is known color: Cobalt. HEX triplet: 01, 3C and BA. RGB value is (1,60,186). Sum of RGB (Red+Green+Blue) = 1+60+186=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #013CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CBA is #FEC345. Grayscale: #383838. Windows color (decimal): -16696134 or 12205057. OLE color: 12205057.

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

Color convert

RGB 1 60 186 -
CMYK 0.99 0.68 0 0.27
HSL 220.86º 0.99% 0.37% -
HSV(B) 220.86º 0.99% 0.73% -
XYZ 10.49 6.78 47.21 -
YUV 56.72 200.95 88.25 -
System Red Green Blue C M Y K H S L
Decimal 1 60 186 0.99 0.68 0 0.27 220.86 0.99 0.37
Hex 1 3C BA 63 44 0 1B DD 63 25
Octal 1 74 272 143 104 0 33 335 143 45
Binary 1 111100 10111010 1100011 1000100 0 11011 11011101 1100011 100101

Color Harmonies of #013CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CBA

Black with #013CBA

Text Example


Text Example

White with #013CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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