Html Css Color HEX #177ECD Navy Blue

📋 copy color: '#177ECD'

red 23 ◦ green 126 ◦ blue 205

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

Shades of Navy Blue #177ECD

Tints of Navy Blue #177ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.59%

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 6.5%
G = 35.59%
B = 57.91%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#177ECD (or 0x177ECD) is known color: Navy Blue. HEX triplet: 17, 7E and CD. RGB value is (23,126,205). Sum of RGB (Red+Green+Blue) = 23+126+205=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #177ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177ECD is #E88132. Grayscale: #676767. Windows color (decimal): -15237427 or 13467159. OLE color: 13467159.

HSL color Cylindrical-coordinate representation of color #177ECD: hue angle of 206.04º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #177ECD is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 126 205 -
CMYK 0.89 0.39 0 0.20
HSL 206.04º 0.8% 0.45% -
HSV(B) 206.04º 0.89% 0.8% -
XYZ 18.83 19.51 60.53 -
YUV 104.21 184.88 70.08 -
System Red Green Blue C M Y K H S L
Decimal 23 126 205 0.89 0.39 0 0.20 206.04 0.8 0.45
Hex 17 7E CD 59 27 0 14 CE 50 2D
Octal 27 176 315 131 47 0 24 316 120 55
Binary 10111 1111110 11001101 1011001 100111 0 10100 11001110 1010000 101101

Color Harmonies of #177ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177ECD

Black with #177ECD

Text Example


Text Example

White with #177ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,126,205); }

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

background-color css

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

 a { background-color: rgb(23,126,205); }

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

border-color css

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

 span { border-color: rgb(23,126,205); }

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