Html Css Color HEX #011ACE Medium Blue

📋 copy color: '#011ACE'

red 1 ◦ green 26 ◦ blue 206

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

Shades of Medium Blue #011ACE

Tints of Medium Blue #011ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

 BLUE value IS 206 (80.86% from 255) = 88.41%

R = 0.43%
G = 11.16%
B = 88.41%

CMYK

 C value IS 1.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#011ACE (or 0x011ACE) is known color: Medium Blue. HEX triplet: 01, 1A and CE. RGB value is (1,26,206). Sum of RGB (Red+Green+Blue) = 1+26+206=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 206 (80.86% from 255 or 88.41% from 233); Max value from RGB is 206 - color contains mainly: blue. Hex color #011ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ACE is #FEE531. Grayscale: #262626. Windows color (decimal): -16704818 or 13507073. OLE color: 13507073.

HSL color Cylindrical-coordinate representation of color #011ACE: hue angle of 232.68º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011ACE is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 26 206 -
CMYK 1.00 0.87 0 0.19
HSL 232.68º 0.99% 0.41% -
HSV(B) 232.68º 1% 0.81% -
XYZ 11.52 5.2 58.79 -
YUV 39.05 222.22 100.86 -
System Red Green Blue C M Y K H S L
Decimal 1 26 206 1.00 0.87 0 0.19 232.68 0.99 0.41
Hex 1 1A CE 64 57 0 13 E9 63 29
Octal 1 32 316 144 127 0 23 351 143 51
Binary 1 11010 11001110 1100100 1010111 0 10011 11101001 1100011 101001

Color Harmonies of #011ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011ACE

Black with #011ACE

Text Example


Text Example

White with #011ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,26,206); }

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

background-color css

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

 a { background-color: rgb(1,26,206); }

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

border-color css

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

 span { border-color: rgb(1,26,206); }

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