#176BEA

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

Shades of Navy Blue #176BEA

Tints of Navy Blue #176BEA

Color information

#176BEA (or 0x176BEA) is unknown color: approx Navy Blue. HEX triplet: 17, 6B and EA. RGB value is (23,107,234). Sum of RGB (Red+Green+Blue) = 23+107+234=364 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.32% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #176BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #176BEA is #E89415. Grayscale: #5F5F5F. Windows color (decimal): -15242262 or 15362839. OLE color: 15362839.

HSL color Cylindrical-coordinate representation of color #176BEA: hue angle of 216.11º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176BEA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23107234-
CMYK0.900.5400.08
HSL216.11º83.4%50.39%-
HSV(B)216.11º90.17%91.76%-
XYZ20.4616.6479.97-
YUV96.36205.6775.67-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.32%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 234 (91.80% from 255) = 64.29%
R=6.32%
G=29.40%
B=64.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal231072340.900.5400.08216.1183.450.39
Hex176BEA5A3608d85332
Octal271533521326601033012362
Binary10111110101111101010101101011011001000110110001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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