#105ADC

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

Shades of Navy Blue #105ADC

Tints of Navy Blue #105ADC

Color information

#105ADC (or 0x105ADC) is unknown color: approx Navy Blue. HEX triplet: 10, 5A and DC. RGB value is (16,90,220). Sum of RGB (Red+Green+Blue) = 16+90+220=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #105ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105ADC is #EFA523. Grayscale: #525252. Windows color (decimal): -15705380 or 14440976. OLE color: 14440976.

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

Color convert

RGB1690220-
CMYK0.930.5900.14
HSL218.24º86.44%46.27%-
HSV(B)218.24º92.73%86.27%-
XYZ16.7912.5969.26-
YUV82.69205.4880.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.91%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 220 (86.33% from 255) = 67.48%
R=4.91%
G=27.61%
B=67.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal16902200.930.5900.14218.2486.4446.27
Hex105ADC5D3B0Eda562e
Octal201323341357301633212656
Binary10000101101011011100101110111101101110110110101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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