Html Css Color HEX #177EDB Navy Blue

📋 copy color: '#177EDB'

red 23 ◦ green 126 ◦ blue 219

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

Shades of Navy Blue #177EDB

Tints of Navy Blue #177EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 6.25%
G = 34.24%
B = 59.51%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#177EDB (or 0x177EDB) is known color: Navy Blue. HEX triplet: 17, 7E and DB. RGB value is (23,126,219). Sum of RGB (Red+Green+Blue) = 23+126+219=368 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.25% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #177EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177EDB is #E88124. Grayscale: #696969. Windows color (decimal): -15237413 or 14384663. OLE color: 14384663.

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

Color convert

RGB 23 126 219 -
CMYK 0.89 0.42 0 0.14
HSL 208.47º 0.81% 0.47% -
HSV(B) 208.47º 0.89% 0.86% -
XYZ 20.6 20.22 69.83 -
YUV 105.81 191.88 68.94 -
System Red Green Blue C M Y K H S L
Decimal 23 126 219 0.89 0.42 0 0.14 208.47 0.81 0.47
Hex 17 7E DB 59 2A 0 E D0 51 2F
Octal 27 176 333 131 52 0 16 320 121 57
Binary 10111 1111110 11011011 1011001 101010 0 1110 11010000 1010001 101111

Color Harmonies of #177EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177EDB

Black with #177EDB

Text Example


Text Example

White with #177EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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