Html Css Color HEX #176AE0 Navy Blue

📋 copy color: '#176AE0'

red 23 ◦ green 106 ◦ blue 224

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

Shades of Navy Blue #176AE0

Tints of Navy Blue #176AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.03%

 BLUE value IS 224 (87.89% from 255) = 63.46%

R = 6.52%
G = 30.03%
B = 63.46%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#176AE0 (or 0x176AE0) is known color: Navy Blue. HEX triplet: 17, 6A and E0. RGB value is (23,106,224). Sum of RGB (Red+Green+Blue) = 23+106+224=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 224 (87.89% from 255 or 63.46% from 353); Max value from RGB is 224 - color contains mainly: blue. Hex color #176AE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176AE0 is #E8951F. Grayscale: #5E5E5E. Windows color (decimal): -15242528 or 14707223. OLE color: 14707223.

HSL color Cylindrical-coordinate representation of color #176AE0: hue angle of 215.22º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176AE0 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 23 106 224 -
CMYK 0.90 0.53 0 0.12
HSL 215.22º 0.81% 0.48% -
HSV(B) 215.22º 0.9% 0.88% -
XYZ 18.96 15.87 72.59 -
YUV 94.64 201 76.91 -
System Red Green Blue C M Y K H S L
Decimal 23 106 224 0.90 0.53 0 0.12 215.22 0.81 0.48
Hex 17 6A E0 5A 35 0 C D7 51 30
Octal 27 152 340 132 65 0 14 327 121 60
Binary 10111 1101010 11100000 1011010 110101 0 1100 11010111 1010001 110000

Color Harmonies of #176AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176AE0

Black with #176AE0

Text Example


Text Example

White with #176AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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