#105AEB

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

Shades of Navy Blue #105AEB

Tints of Navy Blue #105AEB

Color information

#105AEB (or 0x105AEB) is unknown color: approx Navy Blue. HEX triplet: 10, 5A and EB. RGB value is (16,90,235). Sum of RGB (Red+Green+Blue) = 16+90+235=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #105AEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105AEB is #EFA514. Grayscale: #535353. Windows color (decimal): -15705365 or 15424016. OLE color: 15424016.

HSL color Cylindrical-coordinate representation of color #105AEB: hue angle of 219.73º 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 #105AEB is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1690235-
CMYK0.930.6200.08
HSL219.73º87.25%49.22%-
HSV(B)219.73º93.19%92.16%-
XYZ18.8713.4280.19-
YUV84.4212.9879.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.69%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 235 (92.19% from 255) = 68.91%
R=4.69%
G=26.39%
B=68.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal16902350.930.6200.08219.7387.2549.22
Hex105AEB5D3E08dc5731
Octal201323531357601033412761
Binary10000101101011101011101110111111001000110111001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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