Html Css Color HEX #117BE1 Navy Blue

📋 copy color: '#117BE1'

red 17 ◦ green 123 ◦ blue 225

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

Shades of Navy Blue #117BE1

Tints of Navy Blue #117BE1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.7%

 BLUE value IS 225 (88.28% from 255) = 61.64%

R = 4.66%
G = 33.7%
B = 61.64%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#117BE1 (or 0x117BE1) is known color: Navy Blue. HEX triplet: 11, 7B and E1. RGB value is (17,123,225). Sum of RGB (Red+Green+Blue) = 17+123+225=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 225 (88.28% from 255 or 61.64% from 365); Max value from RGB is 225 - color contains mainly: blue. Hex color #117BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BE1 is #EE841E. Grayscale: #666666. Windows color (decimal): -15631391 or 14777105. OLE color: 14777105.

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

Color convert

RGB 17 123 225 -
CMYK 0.92 0.45 0 0.12
HSL 209.42º 0.86% 0.47% -
HSV(B) 209.42º 0.92% 0.88% -
XYZ 20.9 19.72 73.94 -
YUV 102.93 196.88 66.71 -
System Red Green Blue C M Y K H S L
Decimal 17 123 225 0.92 0.45 0 0.12 209.42 0.86 0.47
Hex 11 7B E1 5C 2D 0 C D1 56 2F
Octal 21 173 341 134 55 0 14 321 126 57
Binary 10001 1111011 11100001 1011100 101101 0 1100 11010001 1010110 101111

Color Harmonies of #117BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BE1

Black with #117BE1

Text Example


Text Example

White with #117BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,123,225); }

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

background-color css

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

 a { background-color: rgb(17,123,225); }

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

border-color css

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

 span { border-color: rgb(17,123,225); }

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