#105ADE

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

Shades of Navy Blue #105ADE

Tints of Navy Blue #105ADE

Color information

#105ADE (or 0x105ADE) is unknown color: approx Navy Blue. HEX triplet: 10, 5A and DE. RGB value is (16,90,222). Sum of RGB (Red+Green+Blue) = 16+90+222=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #105ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105ADE is #EFA521. Grayscale: #525252. Windows color (decimal): -15705378 or 14572048. OLE color: 14572048.

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

Color convert

RGB1690222-
CMYK0.930.5900.13
HSL218.45º86.55%46.67%-
HSV(B)218.45º92.79%87.06%-
XYZ17.0512.770.66-
YUV82.92206.4880.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.88%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 222 (87.11% from 255) = 67.68%
R=4.88%
G=27.44%
B=67.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16902220.930.5900.13218.4586.5546.67
Hex105ADE5D3B0Dda572f
Octal201323361357301533212757
Binary10000101101011011110101110111101101101110110101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,90,222); }

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

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

 a { background-color: rgb(16,90,222); }

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

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

 span { border-color: rgb(16,90,222); }

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