#1153E0

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

Shades of Navy Blue #1153E0

Tints of Navy Blue #1153E0

Color information

#1153E0 (or 0x1153E0) is unknown color: approx Navy Blue. HEX triplet: 11, 53 and E0. RGB value is (17,83,224). Sum of RGB (Red+Green+Blue) = 17+83+224=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #1153E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1153E0 is #EEAC1F. Grayscale: #4E4E4E. Windows color (decimal): -15641632 or 14701329. OLE color: 14701329.

HSL color Cylindrical-coordinate representation of color #1153E0: hue angle of 220.87º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1153E0 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1783224-
CMYK0.920.6300.12
HSL220.87º85.89%47.25%-
HSV(B)220.87º92.41%87.84%-
XYZ16.7811.6971.89-
YUV79.34209.6383.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.25%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 224 (87.89% from 255) = 69.14%
R=5.25%
G=25.62%
B=69.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal17832240.920.6300.12220.8785.8947.25
Hex1153E05C3F0Cdd562f
Octal211233401347701433512657
Binary10001101001111100000101110011111101100110111011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1153E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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