Html Css Color HEX #013CB8 Cobalt

📋 copy color: '#013CB8'

red 1 ◦ green 60 ◦ blue 184

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

Shades of Cobalt #013CB8

Tints of Cobalt #013CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 75.1%

R = 0.41%
G = 24.49%
B = 75.1%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#013CB8 (or 0x013CB8) is known color: Cobalt. HEX triplet: 01, 3C and B8. RGB value is (1,60,184). Sum of RGB (Red+Green+Blue) = 1+60+184=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 184 (72.27% from 255 or 75.10% from 245); Max value from RGB is 184 - color contains mainly: blue. Hex color #013CB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CB8 is #FEC347. Grayscale: #373737. Windows color (decimal): -16696136 or 12073985. OLE color: 12073985.

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

Color convert

RGB 1 60 184 -
CMYK 0.99 0.67 0 0.28
HSL 220.66º 0.99% 0.36% -
HSV(B) 220.66º 0.99% 0.72% -
XYZ 10.28 6.7 46.1 -
YUV 56.5 199.95 88.42 -
System Red Green Blue C M Y K H S L
Decimal 1 60 184 0.99 0.67 0 0.28 220.66 0.99 0.36
Hex 1 3C B8 63 43 0 1C DD 63 24
Octal 1 74 270 143 103 0 34 335 143 44
Binary 1 111100 10111000 1100011 1000011 0 11100 11011101 1100011 100100

Color Harmonies of #013CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CB8

Black with #013CB8

Text Example


Text Example

White with #013CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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