#1158DC

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

Shades of Navy Blue #1158DC

Tints of Navy Blue #1158DC

Color information

#1158DC (or 0x1158DC) is unknown color: approx Navy Blue. HEX triplet: 11, 58 and DC. RGB value is (17,88,220). Sum of RGB (Red+Green+Blue) = 17+88+220=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #1158DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1158DC is #EEA723. Grayscale: #515151. Windows color (decimal): -15640356 or 14440465. OLE color: 14440465.

HSL color Cylindrical-coordinate representation of color #1158DC: hue angle of 219.01º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1158DC is Cyan = 0.92, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1788220-
CMYK0.920.600.14
HSL219.01º85.65%46.47%-
HSV(B)219.01º92.27%86.27%-
XYZ16.6412.2769.2-
YUV81.82205.9881.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.23%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 220 (86.33% from 255) = 67.69%
R=5.23%
G=27.08%
B=67.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal17882200.920.600.14219.0185.6546.47
Hex1158DC5C3C0Edb562e
Octal211303341347401633312656
Binary10001101100011011100101110011110001110110110111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1158DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1158DC; }

 p { color: rgb(17,88,220); }

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

<style>
 a { background-color: #1158DC; }

 a { background-color: rgb(17,88,220); }

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

<style>
 span { border-color: #1158DC; }

 span { border-color: rgb(17,88,220); }

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