Html Css Color HEX #117ADF Navy Blue

📋 copy color: '#117ADF'

red 17 ◦ green 122 ◦ blue 223

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

Shades of Navy Blue #117ADF

Tints of Navy Blue #117ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.6%

R = 4.7%
G = 33.7%
B = 61.6%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#117ADF (or 0x117ADF) is known color: Navy Blue. HEX triplet: 11, 7A and DF. RGB value is (17,122,223). Sum of RGB (Red+Green+Blue) = 17+122+223=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #117ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ADF is #EE8520. Grayscale: #656565. Windows color (decimal): -15631649 or 14645777. OLE color: 14645777.

HSL color Cylindrical-coordinate representation of color #117ADF: hue angle of 209.42º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117ADF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 122 223 -
CMYK 0.92 0.45 0 0.13
HSL 209.42º 0.86% 0.47% -
HSV(B) 209.42º 0.92% 0.87% -
XYZ 20.51 19.37 72.47 -
YUV 102.12 196.21 67.29 -
System Red Green Blue C M Y K H S L
Decimal 17 122 223 0.92 0.45 0 0.13 209.42 0.86 0.47
Hex 11 7A DF 5C 2D 0 D D1 56 2F
Octal 21 172 337 134 55 0 15 321 126 57
Binary 10001 1111010 11011111 1011100 101101 0 1101 11010001 1010110 101111

Color Harmonies of #117ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117ADF

Black with #117ADF

Text Example


Text Example

White with #117ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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