#105FF0

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

Shades of Navy Blue #105FF0

Tints of Navy Blue #105FF0

Color information

#105FF0 (or 0x105FF0) is unknown color: approx Navy Blue. HEX triplet: 10, 5F and F0. RGB value is (16,95,240). Sum of RGB (Red+Green+Blue) = 16+95+240=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 240 (94.14% from 255 or 68.38% from 351); Max value from RGB is 240 - color contains mainly: blue. Hex color #105FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105FF0 is #EFA00F. Grayscale: #575757. Windows color (decimal): -15704080 or 15752976. OLE color: 15752976.

HSL color Cylindrical-coordinate representation of color #105FF0: hue angle of 218.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105FF0 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1695240-
CMYK0.930.6000.06
HSL218.84º88.19%50.2%-
HSV(B)218.84º93.33%94.12%-
XYZ20.0314.5984.2-
YUV87.91213.8376.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.56%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 240 (94.14% from 255) = 68.38%
R=4.56%
G=27.07%
B=68.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16952400.930.6000.06218.8488.1950.2
Hex105FF05D3C06db5832
Octal20137360135740633313062
Binary1000010111111111000010111011111000110110110111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,95,240); }

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

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

 a { background-color: rgb(16,95,240); }

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

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

 span { border-color: rgb(16,95,240); }

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