Html Css Color HEX #013CBF Cobalt

📋 copy color: '#013CBF'

red 1 ◦ green 60 ◦ blue 191

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

Shades of Cobalt #013CBF

Tints of Cobalt #013CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 75.79%

R = 0.4%
G = 23.81%
B = 75.79%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#013CBF (or 0x013CBF) is known color: Cobalt. HEX triplet: 01, 3C and BF. RGB value is (1,60,191). Sum of RGB (Red+Green+Blue) = 1+60+191=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #013CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CBF is #FEC340. Grayscale: #383838. Windows color (decimal): -16696129 or 12532737. OLE color: 12532737.

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

Color convert

RGB 1 60 191 -
CMYK 0.99 0.69 0 0.25
HSL 221.37º 0.99% 0.38% -
HSV(B) 221.37º 0.99% 0.75% -
XYZ 11.03 7 50.06 -
YUV 57.29 203.45 87.85 -
System Red Green Blue C M Y K H S L
Decimal 1 60 191 0.99 0.69 0 0.25 221.37 0.99 0.38
Hex 1 3C BF 63 45 0 19 DD 63 26
Octal 1 74 277 143 105 0 31 335 143 46
Binary 1 111100 10111111 1100011 1000101 0 11001 11011101 1100011 100110

Color Harmonies of #013CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CBF

Black with #013CBF

Text Example


Text Example

White with #013CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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