Html Css Color HEX #176DDB Navy Blue

📋 copy color: '#176DDB'

red 23 ◦ green 109 ◦ blue 219

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

Shades of Navy Blue #176DDB

Tints of Navy Blue #176DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

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

R = 6.55%
G = 31.05%
B = 62.39%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#176DDB (or 0x176DDB) is known color: Navy Blue. HEX triplet: 17, 6D and DB. RGB value is (23,109,219). Sum of RGB (Red+Green+Blue) = 23+109+219=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #176DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176DDB is #E89224. Grayscale: #5F5F5F. Windows color (decimal): -15241765 or 14380311. OLE color: 14380311.

HSL color Cylindrical-coordinate representation of color #176DDB: hue angle of 213.67º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #176DDB is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 109 219 -
CMYK 0.89 0.50 0 0.14
HSL 213.67º 0.81% 0.47% -
HSV(B) 213.67º 0.89% 0.86% -
XYZ 18.61 16.23 69.17 -
YUV 95.83 197.51 76.06 -
System Red Green Blue C M Y K H S L
Decimal 23 109 219 0.89 0.50 0 0.14 213.67 0.81 0.47
Hex 17 6D DB 59 32 0 E D6 51 2F
Octal 27 155 333 131 62 0 16 326 121 57
Binary 10111 1101101 11011011 1011001 110010 0 1110 11010110 1010001 101111

Color Harmonies of #176DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176DDB

Black with #176DDB

Text Example


Text Example

White with #176DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,109,219); }

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

background-color css

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

 a { background-color: rgb(23,109,219); }

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

border-color css

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

 span { border-color: rgb(23,109,219); }

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