#105EE6

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

Shades of Navy Blue #105EE6

Tints of Navy Blue #105EE6

Color information

#105EE6 (or 0x105EE6) is unknown color: approx Navy Blue. HEX triplet: 10, 5E and E6. RGB value is (16,94,230). Sum of RGB (Red+Green+Blue) = 16+94+230=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 230 (90.23% from 255 or 67.65% from 340); Max value from RGB is 230 - color contains mainly: blue. Hex color #105EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105EE6 is #EFA119. Grayscale: #555555. Windows color (decimal): -15704346 or 15097360. OLE color: 15097360.

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

Color convert

RGB1694230-
CMYK0.930.5900.10
HSL218.13º86.99%48.24%-
HSV(B)218.13º93.04%90.2%-
XYZ18.513.8376.56-
YUV86.18209.1677.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.71%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 230 (90.23% from 255) = 67.65%
R=4.71%
G=27.65%
B=67.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal16942300.930.5900.10218.1386.9948.24
Hex105EE65D3B0Ada5730
Octal201363461357301233212760
Binary10000101111011100110101110111101101010110110101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,94,230); }

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

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

 a { background-color: rgb(16,94,230); }

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

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

 span { border-color: rgb(16,94,230); }

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