Html Css Color HEX #117DCE Navy Blue

📋 copy color: '#117DCE'

red 17 ◦ green 125 ◦ blue 206

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

Shades of Navy Blue #117DCE

Tints of Navy Blue #117DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 4.89%
G = 35.92%
B = 59.2%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#117DCE (or 0x117DCE) is known color: Navy Blue. HEX triplet: 11, 7D and CE. RGB value is (17,125,206). Sum of RGB (Red+Green+Blue) = 17+125+206=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #117DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DCE is #EE8231. Grayscale: #656565. Windows color (decimal): -15630898 or 13532433. OLE color: 13532433.

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

Color convert

RGB 17 125 206 -
CMYK 0.92 0.39 0 0.19
HSL 205.71º 0.85% 0.44% -
HSV(B) 205.71º 0.92% 0.81% -
XYZ 18.71 19.24 61.12 -
YUV 101.94 186.72 67.41 -
System Red Green Blue C M Y K H S L
Decimal 17 125 206 0.92 0.39 0 0.19 205.71 0.85 0.44
Hex 11 7D CE 5C 27 0 13 CE 55 2C
Octal 21 175 316 134 47 0 23 316 125 54
Binary 10001 1111101 11001110 1011100 100111 0 10011 11001110 1010101 101100

Color Harmonies of #117DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DCE

Black with #117DCE

Text Example


Text Example

White with #117DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,125,206); }

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

background-color css

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

 a { background-color: rgb(17,125,206); }

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

border-color css

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

 span { border-color: rgb(17,125,206); }

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