#176ADB

Color #176ADB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #176ADB

Tints of Navy Blue #176ADB

Color information

#176ADB (or 0x176ADB) is unknown color: approx Navy Blue. HEX triplet: 17, 6A and DB. RGB value is (23,106,219). Sum of RGB (Red+Green+Blue) = 23+106+219=348 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.61% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #176ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176ADB is #E89524. Grayscale: #5D5D5D. Windows color (decimal): -15242533 or 14379543. OLE color: 14379543.

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

Color convert

RGB23106219-
CMYK0.890.5200.14
HSL214.59º80.99%47.45%-
HSV(B)214.59º89.5%85.88%-
XYZ18.2915.669.07-
YUV94.06198.577.31-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.61%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 219 (85.94% from 255) = 62.93%
R=6.61%
G=30.46%
B=62.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal231062190.890.5200.14214.5980.9947.45
Hex176ADB59340Ed7512f
Octal271523331316401632712157
Binary10111110101011011011101100111010001110110101111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #176ADB;
 }
 .AnyTagClassName
 {
   color: #176ADB;
 }
</style>
background-color css

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

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

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

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

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

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