Html Css Color HEX #0100DB Medium Blue

📋 copy color: '#0100DB'

red 1 ◦ green 0 ◦ blue 219

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

Shades of Medium Blue #0100DB

Tints of Medium Blue #0100DB

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

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

 BLUE value IS 219 (85.94% from 255) = 99.55%

R = 0.45%
G = 0%
B = 99.55%

CMYK

 C value IS 1.00

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0100DB (or 0x0100DB) is known color: Medium Blue. HEX triplet: 01, 00 and DB. RGB value is (1,0,219). Sum of RGB (Red+Green+Blue) = 1+0+219=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 219 (85.94% from 255 or 99.55% from 220); Max value from RGB is 219 - color contains mainly: blue. Hex color #0100DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0100DB is #FEFF24. Grayscale: #181818. Windows color (decimal): -16711461 or 14352385. OLE color: 14352385.

HSL color Cylindrical-coordinate representation of color #0100DB: hue angle of 240.27º 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 #0100DB is Cyan = 1.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 0 219 -
CMYK 1.00 1 0 0.14
HSL 240.27º 1% 0.43% -
HSV(B) 240.27º 1% 0.86% -
XYZ 12.8 5.12 67.33 -
YUV 25.27 237.33 110.69 -
System Red Green Blue C M Y K H S L
Decimal 1 0 219 1.00 1 0 0.14 240.27 1 0.43
Hex 1 0 DB 64 64 0 E F0 64 2B
Octal 1 0 333 144 144 0 16 360 144 53
Binary 1 0 11011011 1100100 1100100 0 1110 11110000 1100100 101011

Color Harmonies of #0100DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0100DB

Black with #0100DB

Text Example


Text Example

White with #0100DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0100DB; }

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

 H1.HeaderClassName
 {
   color: #0100DB;
 }
 .AnyTagClassName
 {
   color: #0100DB;
 }
</style>

background-color css

<style>
 a { background-color: #0100DB; }

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

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

border-color css

<style>
 span { border-color: #0100DB; }

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

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