Html Css Color HEX #011CCD Medium Blue

📋 copy color: '#011CCD'

red 1 ◦ green 28 ◦ blue 205

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

Shades of Medium Blue #011CCD

Tints of Medium Blue #011CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.97%

 BLUE value IS 205 (80.47% from 255) = 87.61%

R = 0.43%
G = 11.97%
B = 87.61%

CMYK

 C value IS 1.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#011CCD (or 0x011CCD) is known color: Medium Blue. HEX triplet: 01, 1C and CD. RGB value is (1,28,205). Sum of RGB (Red+Green+Blue) = 1+28+205=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 205 (80.47% from 255 or 87.61% from 234); Max value from RGB is 205 - color contains mainly: blue. Hex color #011CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011CCD is #FEE332. Grayscale: #272727. Windows color (decimal): -16704307 or 13442049. OLE color: 13442049.

HSL color Cylindrical-coordinate representation of color #011CCD: hue angle of 232.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011CCD is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 28 205 -
CMYK 1.00 0.86 0 0.20
HSL 232.06º 0.99% 0.4% -
HSV(B) 232.06º 1% 0.8% -
XYZ 11.45 5.24 58.17 -
YUV 40.11 221.05 100.11 -
System Red Green Blue C M Y K H S L
Decimal 1 28 205 1.00 0.86 0 0.20 232.06 0.99 0.4
Hex 1 1C CD 64 56 0 14 E8 63 28
Octal 1 34 315 144 126 0 24 350 143 50
Binary 1 11100 11001101 1100100 1010110 0 10100 11101000 1100011 101000

Color Harmonies of #011CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011CCD

Black with #011CCD

Text Example


Text Example

White with #011CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011CCD; }

 p { color: rgb(1,28,205); }

 H1.HeaderClassName
 {
   color: #011CCD;
 }
 .AnyTagClassName
 {
   color: #011CCD;
 }
</style>

background-color css

<style>
 a { background-color: #011CCD; }

 a { background-color: rgb(1,28,205); }

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

border-color css

<style>
 span { border-color: #011CCD; }

 span { border-color: rgb(1,28,205); }

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