Html Css Color HEX #176BDB Navy Blue

📋 copy color: '#176BDB'

red 23 ◦ green 107 ◦ blue 219

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

Shades of Navy Blue #176BDB

Tints of Navy Blue #176BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

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

R = 6.59%
G = 30.66%
B = 62.75%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#176BDB (or 0x176BDB) is known color: Navy Blue. HEX triplet: 17, 6B and DB. RGB value is (23,107,219). Sum of RGB (Red+Green+Blue) = 23+107+219=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #176BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176BDB is #E89424. Grayscale: #5E5E5E. Windows color (decimal): -15242277 or 14379799. OLE color: 14379799.

HSL color Cylindrical-coordinate representation of color #176BDB: hue angle of 214.29º 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 #176BDB is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 107 219 -
CMYK 0.89 0.51 0 0.14
HSL 214.29º 0.81% 0.47% -
HSV(B) 214.29º 0.89% 0.86% -
XYZ 18.4 15.81 69.1 -
YUV 94.65 198.17 76.89 -
System Red Green Blue C M Y K H S L
Decimal 23 107 219 0.89 0.51 0 0.14 214.29 0.81 0.47
Hex 17 6B DB 59 33 0 E D6 51 2F
Octal 27 153 333 131 63 0 16 326 121 57
Binary 10111 1101011 11011011 1011001 110011 0 1110 11010110 1010001 101111

Color Harmonies of #176BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176BDB

Black with #176BDB

Text Example


Text Example

White with #176BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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