Html Css Color HEX #177FDA Navy Blue

📋 copy color: '#177FDA'

red 23 ◦ green 127 ◦ blue 218

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

Shades of Navy Blue #177FDA

Tints of Navy Blue #177FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 34.51%

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

R = 6.25%
G = 34.51%
B = 59.24%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#177FDA (or 0x177FDA) is known color: Navy Blue. HEX triplet: 17, 7F and DA. RGB value is (23,127,218). Sum of RGB (Red+Green+Blue) = 23+127+218=368 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.25% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #177FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177FDA is #E88025. Grayscale: #696969. Windows color (decimal): -15237158 or 14319383. OLE color: 14319383.

HSL color Cylindrical-coordinate representation of color #177FDA: hue angle of 208º 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 #177FDA is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 23 127 218 -
CMYK 0.89 0.42 0 0.15
HSL 208º 0.81% 0.47% -
HSV(B) 208º 0.89% 0.85% -
XYZ 20.6 20.42 69.19 -
YUV 106.28 191.04 68.6 -
System Red Green Blue C M Y K H S L
Decimal 23 127 218 0.89 0.42 0 0.15 208 0.81 0.47
Hex 17 7F DA 59 2A 0 F D0 51 2F
Octal 27 177 332 131 52 0 17 320 121 57
Binary 10111 1111111 11011010 1011001 101010 0 1111 11010000 1010001 101111

Color Harmonies of #177FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177FDA

Black with #177FDA

Text Example


Text Example

White with #177FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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