Html Css Color HEX #105DDD Navy Blue

📋 copy color: '#105DDD'

red 16 ◦ green 93 ◦ blue 221

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

Shades of Navy Blue #105DDD

Tints of Navy Blue #105DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

 BLUE value IS 221 (86.72% from 255) = 66.97%

R = 4.85%
G = 28.18%
B = 66.97%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#105DDD (or 0x105DDD) is known color: Navy Blue. HEX triplet: 10, 5D and DD. RGB value is (16,93,221). Sum of RGB (Red+Green+Blue) = 16+93+221=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #105DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105DDD is #EFA222. Grayscale: #535353. Windows color (decimal): -15704611 or 14507280. OLE color: 14507280.

HSL color Cylindrical-coordinate representation of color #105DDD: hue angle of 217.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105DDD is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 93 221 -
CMYK 0.93 0.58 0 0.13
HSL 217.46º 0.86% 0.46% -
HSV(B) 217.46º 0.93% 0.87% -
XYZ 17.18 13.16 70.04 -
YUV 84.57 204.99 79.09 -
System Red Green Blue C M Y K H S L
Decimal 16 93 221 0.93 0.58 0 0.13 217.46 0.86 0.46
Hex 10 5D DD 5D 3A 0 D D9 56 2E
Octal 20 135 335 135 72 0 15 331 126 56
Binary 10000 1011101 11011101 1011101 111010 0 1101 11011001 1010110 101110

Color Harmonies of #105DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105DDD

Black with #105DDD

Text Example


Text Example

White with #105DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105DDD; }

 p { color: rgb(16,93,221); }

 H1.HeaderClassName
 {
   color: #105DDD;
 }
 .AnyTagClassName
 {
   color: #105DDD;
 }
</style>

background-color css

<style>
 a { background-color: #105DDD; }

 a { background-color: rgb(16,93,221); }

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

border-color css

<style>
 span { border-color: #105DDD; }

 span { border-color: rgb(16,93,221); }

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