#105DF9

Color #105DF9 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #105DF9

Tints of Navy Blue #105DF9

Color information

#105DF9 (or 0x105DF9) is unknown color: approx Navy Blue. HEX triplet: 10, 5D and F9. RGB value is (16,93,249). Sum of RGB (Red+Green+Blue) = 16+93+249=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 249 (97.66% from 255 or 69.55% from 358); Max value from RGB is 249 - color contains mainly: blue. Hex color #105DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105DF9 is #EFA206. Grayscale: #575757. Windows color (decimal): -15704583 or 16342288. OLE color: 16342288.

HSL color Cylindrical-coordinate representation of color #105DF9: hue angle of 220.17º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #105DF9 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1693249-
CMYK0.940.6300.02
HSL220.17º95.1%51.96%-
HSV(B)220.17º93.57%97.65%-
XYZ21.2314.7891.36-
YUV87.76218.9976.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.47%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 249 (97.66% from 255) = 69.55%
R=4.47%
G=25.98%
B=69.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal16932490.940.6300.02220.1795.151.96
Hex105DF95E3F02dc5f34
Octal20135371136770233413764
Binary100001011101111110011011110111111010110111001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #105DF9;
 }
 .AnyTagClassName
 {
   color: #105DF9;
 }
</style>
background-color css

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

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

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

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

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

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