Html Css Color HEX #117DDB Navy Blue

📋 copy color: '#117DDB'

red 17 ◦ green 125 ◦ blue 219

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

Shades of Navy Blue #117DDB

Tints of Navy Blue #117DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.66%

R = 4.71%
G = 34.63%
B = 60.66%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#117DDB (or 0x117DDB) is known color: Navy Blue. HEX triplet: 11, 7D and DB. RGB value is (17,125,219). Sum of RGB (Red+Green+Blue) = 17+125+219=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #117DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DDB is #EE8224. Grayscale: #666666. Windows color (decimal): -15630885 or 14384401. OLE color: 14384401.

HSL color Cylindrical-coordinate representation of color #117DDB: hue angle of 207.92º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117DDB is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 125 219 -
CMYK 0.92 0.43 0 0.14
HSL 207.92º 0.86% 0.46% -
HSV(B) 207.92º 0.92% 0.86% -
XYZ 20.35 19.9 69.79 -
YUV 103.42 193.22 66.36 -
System Red Green Blue C M Y K H S L
Decimal 17 125 219 0.92 0.43 0 0.14 207.92 0.86 0.46
Hex 11 7D DB 5C 2B 0 E D0 56 2E
Octal 21 175 333 134 53 0 16 320 126 56
Binary 10001 1111101 11011011 1011100 101011 0 1110 11010000 1010110 101110

Color Harmonies of #117DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DDB

Black with #117DDB

Text Example


Text Example

White with #117DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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