Html Css Color HEX #177AE0 Navy Blue

📋 copy color: '#177AE0'

red 23 ◦ green 122 ◦ blue 224

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

Shades of Navy Blue #177AE0

Tints of Navy Blue #177AE0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

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

R = 6.23%
G = 33.06%
B = 60.7%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#177AE0 (or 0x177AE0) is known color: Navy Blue. HEX triplet: 17, 7A and E0. RGB value is (23,122,224). Sum of RGB (Red+Green+Blue) = 23+122+224=369 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.23% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #177AE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177AE0 is #E8851F. Grayscale: #676767. Windows color (decimal): -15238432 or 14711319. OLE color: 14711319.

HSL color Cylindrical-coordinate representation of color #177AE0: hue angle of 210.45º 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 #177AE0 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 23 122 224 -
CMYK 0.90 0.46 0 0.12
HSL 210.45º 0.81% 0.48% -
HSV(B) 210.45º 0.9% 0.88% -
XYZ 20.77 19.48 73.19 -
YUV 104.03 195.7 70.21 -
System Red Green Blue C M Y K H S L
Decimal 23 122 224 0.90 0.46 0 0.12 210.45 0.81 0.48
Hex 17 7A E0 5A 2E 0 C D2 51 30
Octal 27 172 340 132 56 0 14 322 121 60
Binary 10111 1111010 11100000 1011010 101110 0 1100 11010010 1010001 110000

Color Harmonies of #177AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177AE0

Black with #177AE0

Text Example


Text Example

White with #177AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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