Html Css Color HEX #001ABD Medium Blue

📋 copy color: '#001ABD'

red 0 ◦ green 26 ◦ blue 189

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

Shades of Medium Blue #001ABD

Tints of Medium Blue #001ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 87.91%

R = 0%
G = 12.09%
B = 87.91%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#001ABD (or 0x001ABD) is known color: Medium Blue. HEX triplet: 00, 1A and BD. RGB value is (0,26,189). Sum of RGB (Red+Green+Blue) = 0+26+189=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 189 (74.22% from 255 or 87.91% from 215); Max value from RGB is 189 - color contains mainly: blue. Hex color #001ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ABD is #FFE542. Grayscale: #242424. Windows color (decimal): -16770371 or 12392960. OLE color: 12392960.

HSL color Cylindrical-coordinate representation of color #001ABD: hue angle of 231.75º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001ABD is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 26 189 -
CMYK 1 0.86 0 0.26
HSL 231.75º 1% 0.37% -
HSV(B) 231.75º 1% 0.74% -
XYZ 9.55 4.41 48.49 -
YUV 36.81 213.89 101.75 -
System Red Green Blue C M Y K H S L
Decimal 0 26 189 1 0.86 0 0.26 231.75 1 0.37
Hex 0 1A BD 64 56 0 1A E8 64 25
Octal 0 32 275 144 126 0 32 350 144 45
Binary 0 11010 10111101 1100100 1010110 0 11010 11101000 1100100 100101

Color Harmonies of #001ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001ABD

Black with #001ABD

Text Example


Text Example

White with #001ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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