#105AF7

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

Shades of Navy Blue #105AF7

Tints of Navy Blue #105AF7

Color information

#105AF7 (or 0x105AF7) is unknown color: approx Navy Blue. HEX triplet: 10, 5A and F7. RGB value is (16,90,247). Sum of RGB (Red+Green+Blue) = 16+90+247=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 247 (96.88% from 255 or 69.97% from 353); Max value from RGB is 247 - color contains mainly: blue. Hex color #105AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105AF7 is #EFA508. Grayscale: #555555. Windows color (decimal): -15705353 or 16210448. OLE color: 16210448.

HSL color Cylindrical-coordinate representation of color #105AF7: hue angle of 220.78º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #105AF7 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1690247-
CMYK0.940.6400.03
HSL220.78º93.52%51.57%-
HSV(B)220.78º93.52%96.86%-
XYZ20.6614.1489.64-
YUV85.77218.9878.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.53%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 247 (96.88% from 255) = 69.97%
R=4.53%
G=25.50%
B=69.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal16902470.940.6400.03220.7893.5251.57
Hex105AF75E4003dd5e34
Octal201323671361000333513664
Binary1000010110101111011110111101000000011110111011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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