#1153FA

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

Shades of Navy Blue #1153FA

Tints of Navy Blue #1153FA

Color information

#1153FA (or 0x1153FA) is unknown color: approx Navy Blue. HEX triplet: 11, 53 and FA. RGB value is (17,83,250). Sum of RGB (Red+Green+Blue) = 17+83+250=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #1153FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1153FA is #EEAC05. Grayscale: #515151. Windows color (decimal): -15641606 or 16405265. OLE color: 16405265.

HSL color Cylindrical-coordinate representation of color #1153FA: hue angle of 223º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1153FA is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1783250-
CMYK0.930.6700.02
HSL223º95.88%52.35%-
HSV(B)223º93.2%98.04%-
XYZ20.5813.2191.91-
YUV82.3222.6381.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.86%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 250 (98.05% from 255) = 71.43%
R=4.86%
G=23.71%
B=71.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17832500.930.6700.0222395.8852.35
Hex1153FA5D4302df6034
Octal211233721351030233714064
Binary1000110100111111101010111011000011010110111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1153FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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