Html Css Color HEX #001ADB Medium Blue

📋 copy color: '#001ADB'

red 0 ◦ green 26 ◦ blue 219

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

Shades of Medium Blue #001ADB

Tints of Medium Blue #001ADB

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

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

RGB 0 26 219 -
CMYK 1 0.88 0 0.14
HSL 232.88º 1% 0.43% -
HSV(B) 232.88º 1% 0.86% -
XYZ 13.16 5.85 67.45 -
YUV 40.23 228.89 99.31 -
System Red Green Blue C M Y K H S L
Decimal 0 26 219 1 0.88 0 0.14 232.88 1 0.43
Hex 0 1A DB 64 58 0 E E9 64 2B
Octal 0 32 333 144 130 0 16 351 144 53
Binary 0 11010 11011011 1100100 1011000 0 1110 11101001 1100100 101011

Color Harmonies of #001ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001ADB

Black with #001ADB

Text Example


Text Example

White with #001ADB

Text Example


Text Example

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