#105BE7

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

Shades of Navy Blue #105BE7

Tints of Navy Blue #105BE7

Color information

#105BE7 (or 0x105BE7) is unknown color: approx Navy Blue. HEX triplet: 10, 5B and E7. RGB value is (16,91,231). Sum of RGB (Red+Green+Blue) = 16+91+231=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 231 (90.62% from 255 or 68.34% from 338); Max value from RGB is 231 - color contains mainly: blue. Hex color #105BE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105BE7 is #EFA418. Grayscale: #535353. Windows color (decimal): -15705113 or 15162128. OLE color: 15162128.

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

Color convert

RGB1691231-
CMYK0.930.6100.09
HSL219.07º87.04%48.43%-
HSV(B)219.07º93.07%90.59%-
XYZ18.3813.3677.21-
YUV84.54210.6579.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.73%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 231 (90.62% from 255) = 68.34%
R=4.73%
G=26.92%
B=68.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal16912310.930.6100.09219.0787.0448.43
Hex105BE75D3D09db5730
Octal201333471357501133312760
Binary10000101101111100111101110111110101001110110111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,91,231); }

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

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

 a { background-color: rgb(16,91,231); }

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

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

 span { border-color: rgb(16,91,231); }

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