Html Css Color HEX #176CDB Navy Blue

📋 copy color: '#176CDB'

red 23 ◦ green 108 ◦ blue 219

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

Shades of Navy Blue #176CDB

Tints of Navy Blue #176CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.86%

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

R = 6.57%
G = 30.86%
B = 62.57%

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

#176CDB (or 0x176CDB) is known color: Navy Blue. HEX triplet: 17, 6C and DB. RGB value is (23,108,219). Sum of RGB (Red+Green+Blue) = 23+108+219=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #176CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176CDB is #E89324. Grayscale: #5E5E5E. Windows color (decimal): -15242021 or 14380055. OLE color: 14380055.

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

Color convert

RGB 23 108 219 -
CMYK 0.89 0.51 0 0.14
HSL 213.98º 0.81% 0.47% -
HSV(B) 213.98º 0.89% 0.86% -
XYZ 18.5 16.02 69.14 -
YUV 95.24 197.84 76.47 -
System Red Green Blue C M Y K H S L
Decimal 23 108 219 0.89 0.51 0 0.14 213.98 0.81 0.47
Hex 17 6C DB 59 33 0 E D6 51 2F
Octal 27 154 333 131 63 0 16 326 121 57
Binary 10111 1101100 11011011 1011001 110011 0 1110 11010110 1010001 101111

Color Harmonies of #176CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176CDB

Black with #176CDB

Text Example


Text Example

White with #176CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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