Html Css Color HEX #001ACE Medium Blue

📋 copy color: '#001ACE'

red 0 ◦ green 26 ◦ blue 206

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

Shades of Medium Blue #001ACE

Tints of Medium Blue #001ACE

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 value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#001ACE (or 0x001ACE) is known color: 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

RGB 0 26 206 -
CMYK 1 0.87 0 0.19
HSL 232.43º 1% 0.4% -
HSV(B) 232.43º 1% 0.81% -
XYZ 11.51 5.2 58.79 -
YUV 38.75 222.39 100.36 -
System Red Green Blue C M Y K H S L
Decimal 0 26 206 1 0.87 0 0.19 232.43 1 0.4
Hex 0 1A CE 64 57 0 13 E8 64 28
Octal 0 32 316 144 127 0 23 350 144 50
Binary 0 11010 11001110 1100100 1010111 0 10011 11101000 1100100 101000

Color Harmonies of #001ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001ACE

Black with #001ACE

Text Example


Text Example

White with #001ACE

Text Example


Text Example

HTML Codes & Css Web 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>