Html Css Color HEX #1005DB Medium Blue

📋 copy color: '#1005DB'

red 16 ◦ green 5 ◦ blue 219

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

Shades of Medium Blue #1005DB

Tints of Medium Blue #1005DB

RGB

 RED value IS 16 (6.64% from 255) = 6.67%

 GREEN value IS 5 (2.34% from 255) = 2.08%

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

R = 6.67%
G = 2.08%
B = 91.25%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1005DB (or 0x1005DB) is known color: Medium Blue. HEX triplet: 10, 05 and DB. RGB value is (16,5,219). Sum of RGB (Red+Green+Blue) = 16+5+219=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 219 (85.94% from 255 or 91.25% from 240); Max value from RGB is 219 - color contains mainly: blue. Hex color #1005DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1005DB is #EFFA24. Grayscale: #1F1F1F. Windows color (decimal): -15727141 or 14353680. OLE color: 14353680.

HSL color Cylindrical-coordinate representation of color #1005DB: hue angle of 243.08º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1005DB is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 5 219 -
CMYK 0.93 0.98 0 0.14
HSL 243.08º 0.96% 0.44% -
HSV(B) 243.08º 0.98% 0.86% -
XYZ 13.05 5.33 67.36 -
YUV 32.69 233.14 116.1 -
System Red Green Blue C M Y K H S L
Decimal 16 5 219 0.93 0.98 0 0.14 243.08 0.96 0.44
Hex 10 5 DB 5D 62 0 E F3 60 2C
Octal 20 5 333 135 142 0 16 363 140 54
Binary 10000 101 11011011 1011101 1100010 0 1110 11110011 1100000 101100

Color Harmonies of #1005DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1005DB

Black with #1005DB

Text Example


Text Example

White with #1005DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,5,219); }

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

background-color css

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

 a { background-color: rgb(16,5,219); }

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

border-color css

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

 span { border-color: rgb(16,5,219); }

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