#117BC2

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

Shades of Navy Blue #117BC2

Tints of Navy Blue #117BC2

Color information

#117BC2 (or 0x117BC2) is unknown color: approx Navy Blue. HEX triplet: 11, 7B and C2. RGB value is (17,123,194). Sum of RGB (Red+Green+Blue) = 17+123+194=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 194 (76.17% from 255 or 58.08% from 334); Max value from RGB is 194 - color contains mainly: blue. Hex color #117BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BC2 is #EE843D. Grayscale: #636363. Windows color (decimal): -15631422 or 12745489. OLE color: 12745489.

HSL color Cylindrical-coordinate representation of color #117BC2: hue angle of 204.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117BC2 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17123194-
CMYK0.910.3700.24
HSL204.07º83.89%41.37%-
HSV(B)204.07º91.24%76.08%-
XYZ17.0518.1853.65-
YUV99.4181.3869.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.09%
GREEN value IS 123 (48.44% from 255) = 36.83%
BLUE value IS 194 (76.17% from 255) = 58.08%
R=5.09%
G=36.83%
B=58.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171231940.910.3700.24204.0783.8941.37
Hex117BC25B25018cc5429
Octal211733021334503031412451
Binary100011111011110000101011011100101011000110011001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117BC2; }

 p { color: rgb(17,123,194); }

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

<style>
 a { background-color: #117BC2; }

 a { background-color: rgb(17,123,194); }

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

<style>
 span { border-color: #117BC2; }

 span { border-color: rgb(17,123,194); }

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