#105BEB

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

Shades of Navy Blue #105BEB

Tints of Navy Blue #105BEB

Color information

#105BEB (or 0x105BEB) is unknown color: approx Navy Blue. HEX triplet: 10, 5B and EB. RGB value is (16,91,235). Sum of RGB (Red+Green+Blue) = 16+91+235=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #105BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105BEB is #EFA414. Grayscale: #545454. Windows color (decimal): -15705109 or 15424272. OLE color: 15424272.

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

Color convert

RGB1691235-
CMYK0.930.6100.08
HSL219.45º87.25%49.22%-
HSV(B)219.45º93.19%92.16%-
XYZ18.9513.5980.22-
YUV84.99212.6578.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.68%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 235 (92.19% from 255) = 68.71%
R=4.68%
G=26.61%
B=68.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal16912350.930.6100.08219.4587.2549.22
Hex105BEB5D3D08db5731
Octal201333531357501033312761
Binary10000101101111101011101110111110101000110110111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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