Html Css Color HEX #117ADB Navy Blue

📋 copy color: '#117ADB'

red 17 ◦ green 122 ◦ blue 219

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

Shades of Navy Blue #117ADB

Tints of Navy Blue #117ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.08%

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

R = 4.75%
G = 34.08%
B = 61.17%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#117ADB (or 0x117ADB) is known color: Navy Blue. HEX triplet: 11, 7A and DB. RGB value is (17,122,219). Sum of RGB (Red+Green+Blue) = 17+122+219=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #117ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ADB is #EE8524. Grayscale: #656565. Windows color (decimal): -15631653 or 14383633. OLE color: 14383633.

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

Color convert

RGB 17 122 219 -
CMYK 0.92 0.44 0 0.14
HSL 208.81º 0.86% 0.46% -
HSV(B) 208.81º 0.92% 0.86% -
XYZ 19.98 19.15 69.66 -
YUV 101.66 194.21 67.61 -
System Red Green Blue C M Y K H S L
Decimal 17 122 219 0.92 0.44 0 0.14 208.81 0.86 0.46
Hex 11 7A DB 5C 2C 0 E D1 56 2E
Octal 21 172 333 134 54 0 16 321 126 56
Binary 10001 1111010 11011011 1011100 101100 0 1110 11010001 1010110 101110

Color Harmonies of #117ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117ADB

Black with #117ADB

Text Example


Text Example

White with #117ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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