Html Css Color HEX #117CE1 Navy Blue

📋 copy color: '#117CE1'

red 17 ◦ green 124 ◦ blue 225

#117CE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #117CE1

Tints of Navy Blue #117CE1

RGB

 RED value IS 17 (7.03% from 255) = 4.64%

 GREEN value IS 124 (48.83% from 255) = 33.88%

 BLUE value IS 225 (88.28% from 255) = 61.48%

R = 4.64%
G = 33.88%
B = 61.48%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#117CE1 (or 0x117CE1) is known color: Navy Blue. HEX triplet: 11, 7C and E1. RGB value is (17,124,225). Sum of RGB (Red+Green+Blue) = 17+124+225=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 225 (88.28% from 255 or 61.48% from 366); Max value from RGB is 225 - color contains mainly: blue. Hex color #117CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CE1 is #EE831E. Grayscale: #676767. Windows color (decimal): -15631135 or 14777361. OLE color: 14777361.

HSL color Cylindrical-coordinate representation of color #117CE1: hue angle of 209.13º 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 #117CE1 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 124 225 -
CMYK 0.92 0.45 0 0.12
HSL 209.13º 0.86% 0.47% -
HSV(B) 209.13º 0.92% 0.88% -
XYZ 21.03 19.97 73.98 -
YUV 103.52 196.55 66.29 -
System Red Green Blue C M Y K H S L
Decimal 17 124 225 0.92 0.45 0 0.12 209.13 0.86 0.47
Hex 11 7C E1 5C 2D 0 C D1 56 2F
Octal 21 174 341 134 55 0 14 321 126 57
Binary 10001 1111100 11100001 1011100 101101 0 1100 11010001 1010110 101111

Color Harmonies of #117CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CE1

Black with #117CE1

Text Example


Text Example

White with #117CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #117CE1;
 }
 .AnyTagClassName
 {
   color: #117CE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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