#1153EB

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

Shades of Navy Blue #1153EB

Tints of Navy Blue #1153EB

Color information

#1153EB (or 0x1153EB) is unknown color: approx Navy Blue. HEX triplet: 11, 53 and EB. RGB value is (17,83,235). Sum of RGB (Red+Green+Blue) = 17+83+235=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #1153EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1153EB is #EEAC14. Grayscale: #4F4F4F. Windows color (decimal): -15641621 or 15422225. OLE color: 15422225.

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

Color convert

RGB1783235-
CMYK0.930.6500.08
HSL221.83º86.51%49.41%-
HSV(B)221.83º92.77%92.16%-
XYZ18.3212.380.01-
YUV80.59215.1382.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.07%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 235 (92.19% from 255) = 70.15%
R=5.07%
G=24.78%
B=70.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal17832350.930.6500.08221.8386.5149.41
Hex1153EB5D4108de5731
Octal2112335313510101033612761
Binary100011010011111010111011101100000101000110111101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1153EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1153EB; }

 p { color: rgb(17,83,235); }

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

<style>
 a { background-color: #1153EB; }

 a { background-color: rgb(17,83,235); }

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

<style>
 span { border-color: #1153EB; }

 span { border-color: rgb(17,83,235); }

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