Html Css Color HEX #105DDA Navy Blue

📋 copy color: '#105DDA'

red 16 ◦ green 93 ◦ blue 218

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

Shades of Navy Blue #105DDA

Tints of Navy Blue #105DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.67%

R = 4.89%
G = 28.44%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#105DDA (or 0x105DDA) is known color: Navy Blue. HEX triplet: 10, 5D and DA. RGB value is (16,93,218). Sum of RGB (Red+Green+Blue) = 16+93+218=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #105DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105DDA is #EFA225. Grayscale: #535353. Windows color (decimal): -15704614 or 14310672. OLE color: 14310672.

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

Color convert

RGB 16 93 218 -
CMYK 0.93 0.57 0 0.15
HSL 217.13º 0.86% 0.46% -
HSV(B) 217.13º 0.93% 0.85% -
XYZ 16.78 13 67.95 -
YUV 84.23 203.49 79.34 -
System Red Green Blue C M Y K H S L
Decimal 16 93 218 0.93 0.57 0 0.15 217.13 0.86 0.46
Hex 10 5D DA 5D 39 0 F D9 56 2E
Octal 20 135 332 135 71 0 17 331 126 56
Binary 10000 1011101 11011010 1011101 111001 0 1111 11011001 1010110 101110

Color Harmonies of #105DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105DDA

Black with #105DDA

Text Example


Text Example

White with #105DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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