Html Css Color HEX #001ACD Medium Blue

📋 copy color: '#001ACD'

red 0 ◦ green 26 ◦ blue 205

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

Shades of Medium Blue #001ACD

Tints of Medium Blue #001ACD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 11.26%
B = 88.74%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#001ACD (or 0x001ACD) is known color: Medium Blue. HEX triplet: 00, 1A and CD. RGB value is (0,26,205). Sum of RGB (Red+Green+Blue) = 0+26+205=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 205 (80.47% from 255 or 88.74% from 231); Max value from RGB is 205 - color contains mainly: blue. Hex color #001ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ACD is #FFE532. Grayscale: #252525. Windows color (decimal): -16770355 or 13441536. OLE color: 13441536.

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

Color convert

RGB 0 26 205 -
CMYK 1 0.87 0 0.20
HSL 232.39º 1% 0.4% -
HSV(B) 232.39º 1% 0.8% -
XYZ 11.39 5.15 58.15 -
YUV 38.63 221.89 100.45 -
System Red Green Blue C M Y K H S L
Decimal 0 26 205 1 0.87 0 0.20 232.39 1 0.4
Hex 0 1A CD 64 57 0 14 E8 64 28
Octal 0 32 315 144 127 0 24 350 144 50
Binary 0 11010 11001101 1100100 1010111 0 10100 11101000 1100100 101000

Color Harmonies of #001ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001ACD

Black with #001ACD

Text Example


Text Example

White with #001ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #001ACD;
 }
 .AnyTagClassName
 {
   color: #001ACD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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