#117CE3

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

Shades of Navy Blue #117CE3

Tints of Navy Blue #117CE3

Color information

#117CE3 (or 0x117CE3) is unknown color: approx Navy Blue. HEX triplet: 11, 7C and E3. RGB value is (17,124,227). Sum of RGB (Red+Green+Blue) = 17+124+227=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 227 (89.06% from 255 or 61.68% from 368); Max value from RGB is 227 - color contains mainly: blue. Hex color #117CE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CE3 is #EE831C. Grayscale: #676767. Windows color (decimal): -15631133 or 14908433. OLE color: 14908433.

HSL color Cylindrical-coordinate representation of color #117CE3: hue angle of 209.43º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117CE3 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17124227-
CMYK0.930.4500.11
HSL209.43º86.07%47.84%-
HSV(B)209.43º92.51%89.02%-
XYZ21.320.0875.43-
YUV103.75197.5566.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.62%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 227 (89.06% from 255) = 61.68%
R=4.62%
G=33.70%
B=61.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal171242270.930.4500.11209.4386.0747.84
Hex117CE35D2D0Bd15630
Octal211743431355501332112660
Binary10001111110011100011101110110110101011110100011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,124,227); }

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

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

 a { background-color: rgb(17,124,227); }

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

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

 span { border-color: rgb(17,124,227); }

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