Html Css Color HEX #001ABF Medium Blue

📋 copy color: '#001ABF'

red 0 ◦ green 26 ◦ blue 191

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

Shades of Medium Blue #001ABF

Tints of Medium Blue #001ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 88.02%

R = 0%
G = 11.98%
B = 88.02%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#001ABF (or 0x001ABF) is known color: Medium Blue. HEX triplet: 00, 1A and BF. RGB value is (0,26,191). Sum of RGB (Red+Green+Blue) = 0+26+191=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 191 (75% from 255 or 88.02% from 217); Max value from RGB is 191 - color contains mainly: blue. Hex color #001ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ABF is #FFE540. Grayscale: #242424. Windows color (decimal): -16770369 or 12524032. OLE color: 12524032.

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

Color convert

RGB 0 26 191 -
CMYK 1 0.86 0 0.25
HSL 231.83º 1% 0.37% -
HSV(B) 231.83º 1% 0.75% -
XYZ 9.77 4.5 49.64 -
YUV 37.04 214.89 101.58 -
System Red Green Blue C M Y K H S L
Decimal 0 26 191 1 0.86 0 0.25 231.83 1 0.37
Hex 0 1A BF 64 56 0 19 E8 64 25
Octal 0 32 277 144 126 0 31 350 144 45
Binary 0 11010 10111111 1100100 1010110 0 11001 11101000 1100100 100101

Color Harmonies of #001ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001ABF

Black with #001ABF

Text Example


Text Example

White with #001ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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