Html Css Color HEX #177DDB Navy Blue

📋 copy color: '#177DDB'

red 23 ◦ green 125 ◦ blue 219

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

Shades of Navy Blue #177DDB

Tints of Navy Blue #177DDB

RGB

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

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

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

R = 6.27%
G = 34.06%
B = 59.67%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#177DDB (or 0x177DDB) is known color: Navy Blue. HEX triplet: 17, 7D and DB. RGB value is (23,125,219). Sum of RGB (Red+Green+Blue) = 23+125+219=367 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.27% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #177DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177DDB is #E88224. Grayscale: #686868. Windows color (decimal): -15237669 or 14384407. OLE color: 14384407.

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

Color convert

RGB 23 125 219 -
CMYK 0.89 0.43 0 0.14
HSL 208.78º 0.81% 0.47% -
HSV(B) 208.78º 0.89% 0.86% -
XYZ 20.47 19.96 69.79 -
YUV 105.22 192.21 69.36 -
System Red Green Blue C M Y K H S L
Decimal 23 125 219 0.89 0.43 0 0.14 208.78 0.81 0.47
Hex 17 7D DB 59 2B 0 E D1 51 2F
Octal 27 175 333 131 53 0 16 321 121 57
Binary 10111 1111101 11011011 1011001 101011 0 1110 11010001 1010001 101111

Color Harmonies of #177DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177DDB

Black with #177DDB

Text Example


Text Example

White with #177DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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