Html Css Color HEX #176EDE Navy Blue

📋 copy color: '#176EDE'

red 23 ◦ green 110 ◦ blue 222

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

Shades of Navy Blue #176EDE

Tints of Navy Blue #176EDE

RGB

 RED value IS 23 (9.38% from 255) = 6.48%

 GREEN value IS 110 (43.36% from 255) = 30.99%

 BLUE value IS 222 (87.11% from 255) = 62.54%

R = 6.48%
G = 30.99%
B = 62.54%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#176EDE (or 0x176EDE) is known color: Navy Blue. HEX triplet: 17, 6E and DE. RGB value is (23,110,222). Sum of RGB (Red+Green+Blue) = 23+110+222=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #176EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176EDE is #E89121. Grayscale: #606060. Windows color (decimal): -15241506 or 14577175. OLE color: 14577175.

HSL color Cylindrical-coordinate representation of color #176EDE: hue angle of 213.77º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176EDE is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 110 222 -
CMYK 0.90 0.50 0 0.13
HSL 213.77º 0.81% 0.48% -
HSV(B) 213.77º 0.9% 0.87% -
XYZ 19.11 16.61 71.31 -
YUV 96.76 198.68 75.39 -
System Red Green Blue C M Y K H S L
Decimal 23 110 222 0.90 0.50 0 0.13 213.77 0.81 0.48
Hex 17 6E DE 5A 32 0 D D6 51 30
Octal 27 156 336 132 62 0 15 326 121 60
Binary 10111 1101110 11011110 1011010 110010 0 1101 11010110 1010001 110000

Color Harmonies of #176EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176EDE

Black with #176EDE

Text Example


Text Example

White with #176EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176EDE; }

 p { color: rgb(23,110,222); }

 H1.HeaderClassName
 {
   color: #176EDE;
 }
 .AnyTagClassName
 {
   color: #176EDE;
 }
</style>

background-color css

<style>
 a { background-color: #176EDE; }

 a { background-color: rgb(23,110,222); }

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

border-color css

<style>
 span { border-color: #176EDE; }

 span { border-color: rgb(23,110,222); }

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