Html Css Color HEX #117CCD Navy Blue

📋 copy color: '#117CCD'

red 17 ◦ green 124 ◦ blue 205

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

Shades of Navy Blue #117CCD

Tints of Navy Blue #117CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.25%

R = 4.91%
G = 35.84%
B = 59.25%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#117CCD (or 0x117CCD) is known color: Navy Blue. HEX triplet: 11, 7C and CD. RGB value is (17,124,205). Sum of RGB (Red+Green+Blue) = 17+124+205=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #117CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CCD is #EE8332. Grayscale: #646464. Windows color (decimal): -15631155 or 13466641. OLE color: 13466641.

HSL color Cylindrical-coordinate representation of color #117CCD: hue angle of 205.85º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117CCD is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 124 205 -
CMYK 0.92 0.40 0 0.20
HSL 205.85º 0.85% 0.44% -
HSV(B) 205.85º 0.92% 0.8% -
XYZ 18.46 18.94 60.44 -
YUV 101.24 186.55 67.91 -
System Red Green Blue C M Y K H S L
Decimal 17 124 205 0.92 0.40 0 0.20 205.85 0.85 0.44
Hex 11 7C CD 5C 28 0 14 CE 55 2C
Octal 21 174 315 134 50 0 24 316 125 54
Binary 10001 1111100 11001101 1011100 101000 0 10100 11001110 1010101 101100

Color Harmonies of #117CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CCD

Black with #117CCD

Text Example


Text Example

White with #117CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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