Html Css Color HEX #176AE2 Navy Blue

📋 copy color: '#176AE2'

red 23 ◦ green 106 ◦ blue 226

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

Shades of Navy Blue #176AE2

Tints of Navy Blue #176AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 63.66%

R = 6.48%
G = 29.86%
B = 63.66%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#176AE2 (or 0x176AE2) is known color: Navy Blue. HEX triplet: 17, 6A and E2. RGB value is (23,106,226). Sum of RGB (Red+Green+Blue) = 23+106+226=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 226 (88.67% from 255 or 63.66% from 355); Max value from RGB is 226 - color contains mainly: blue. Hex color #176AE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176AE2 is #E8951D. Grayscale: #5E5E5E. Windows color (decimal): -15242526 or 14838295. OLE color: 14838295.

HSL color Cylindrical-coordinate representation of color #176AE2: hue angle of 215.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176AE2 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 23 106 226 -
CMYK 0.90 0.53 0 0.11
HSL 215.47º 0.82% 0.49% -
HSV(B) 215.47º 0.9% 0.89% -
XYZ 19.23 15.98 74.02 -
YUV 94.86 202 76.74 -
System Red Green Blue C M Y K H S L
Decimal 23 106 226 0.90 0.53 0 0.11 215.47 0.82 0.49
Hex 17 6A E2 5A 35 0 B D7 52 31
Octal 27 152 342 132 65 0 13 327 122 61
Binary 10111 1101010 11100010 1011010 110101 0 1011 11010111 1010010 110001

Color Harmonies of #176AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176AE2

Black with #176AE2

Text Example


Text Example

White with #176AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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