#001ADB

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

Shades of Medium Blue #001ADB

Tints of Medium Blue #001ADB

Color information

#001ADB (or 0x001ADB) is unknown color: approx Medium Blue. HEX triplet: 00, 1A and DB. RGB value is (0,26,219). Sum of RGB (Red+Green+Blue) = 0+26+219=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 219 (85.94% from 255 or 89.39% from 245); Max value from RGB is 219 - color contains mainly: blue. Hex color #001ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ADB is #FFE524. Grayscale: #272727. Windows color (decimal): -16770341 or 14359040. OLE color: 14359040.

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

Color convert

RGB026219-
CMYK10.8800.14
HSL232.88º100%42.94%-
HSV(B)232.88º100%85.88%-
XYZ13.165.8567.45-
YUV40.23228.8999.31-

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) = 10.61%
BLUE value IS 219 (85.94% from 255) = 89.39%
R=0%
G=10.61%
B=89.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal02621910.8800.14232.8810042.94
Hex01ADB64580Ee9642b
Octal03233314413001635114453
Binary011010110110111100100101100001110111010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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