#001ACE

Color #001ACE Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #001ACE

Tints of Medium Blue #001ACE

Color information

#001ACE (or 0x001ACE) is unknown color: approx Medium Blue. HEX triplet: 00, 1A and CE. RGB value is (0,26,206). Sum of RGB (Red+Green+Blue) = 0+26+206=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 206 (80.86% from 255 or 88.79% from 232); Max value from RGB is 206 - color contains mainly: blue. Hex color #001ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ACE is #FFE531. Grayscale: #262626. Windows color (decimal): -16770354 or 13507072. OLE color: 13507072.

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

Color convert

RGB026206-
CMYK10.8700.19
HSL232.43º100%40.39%-
HSV(B)232.43º100%80.78%-
XYZ11.515.258.79-
YUV38.75222.39100.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 11.21%
BLUE value IS 206 (80.86% from 255) = 88.79%
R=0%
G=11.21%
B=88.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal02620610.8700.19232.4310040.39
Hex01ACE6457013e86428
Octal03231614412702335014450
Binary0110101100111011001001010111010011111010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #001ACE;
 }
 .AnyTagClassName
 {
   color: #001ACE;
 }
</style>
background-color css

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

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

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

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

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

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