Html Css Color HEX #177DDA Navy Blue

📋 copy color: '#177DDA'

red 23 ◦ green 125 ◦ blue 218

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

Shades of Navy Blue #177DDA

Tints of Navy Blue #177DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

 BLUE value IS 218 (85.55% from 255) = 59.56%

R = 6.28%
G = 34.15%
B = 59.56%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#177DDA (or 0x177DDA) is known color: Navy Blue. HEX triplet: 17, 7D and DA. RGB value is (23,125,218). Sum of RGB (Red+Green+Blue) = 23+125+218=366 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.28% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #177DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177DDA is #E88225. Grayscale: #686868. Windows color (decimal): -15237670 or 14318871. OLE color: 14318871.

HSL color Cylindrical-coordinate representation of color #177DDA: hue angle of 208.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177DDA is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 23 125 218 -
CMYK 0.89 0.43 0 0.15
HSL 208.62º 0.81% 0.47% -
HSV(B) 208.62º 0.89% 0.85% -
XYZ 20.34 19.91 69.1 -
YUV 105.1 191.71 69.44 -
System Red Green Blue C M Y K H S L
Decimal 23 125 218 0.89 0.43 0 0.15 208.62 0.81 0.47
Hex 17 7D DA 59 2B 0 F D1 51 2F
Octal 27 175 332 131 53 0 17 321 121 57
Binary 10111 1111101 11011010 1011001 101011 0 1111 11010001 1010001 101111

Color Harmonies of #177DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177DDA

Black with #177DDA

Text Example


Text Example

White with #177DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,125,218); }

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

background-color css

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

 a { background-color: rgb(23,125,218); }

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

border-color css

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

 span { border-color: rgb(23,125,218); }

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