Html Css Color HEX #176ADD Navy Blue

📋 copy color: '#176ADD'

red 23 ◦ green 106 ◦ blue 221

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

Shades of Navy Blue #176ADD

Tints of Navy Blue #176ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 6.57%
G = 30.29%
B = 63.14%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#176ADD (or 0x176ADD) is known color: Navy Blue. HEX triplet: 17, 6A and DD. RGB value is (23,106,221). Sum of RGB (Red+Green+Blue) = 23+106+221=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #176ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176ADD is #E89522. Grayscale: #5D5D5D. Windows color (decimal): -15242531 or 14510615. OLE color: 14510615.

HSL color Cylindrical-coordinate representation of color #176ADD: hue angle of 214.85º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #176ADD is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 106 221 -
CMYK 0.90 0.52 0 0.13
HSL 214.85º 0.81% 0.48% -
HSV(B) 214.85º 0.9% 0.87% -
XYZ 18.56 15.71 70.46 -
YUV 94.29 199.5 77.15 -
System Red Green Blue C M Y K H S L
Decimal 23 106 221 0.90 0.52 0 0.13 214.85 0.81 0.48
Hex 17 6A DD 5A 34 0 D D7 51 30
Octal 27 152 335 132 64 0 15 327 121 60
Binary 10111 1101010 11011101 1011010 110100 0 1101 11010111 1010001 110000

Color Harmonies of #176ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176ADD

Black with #176ADD

Text Example


Text Example

White with #176ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #176ADD; }

 p { color: rgb(23,106,221); }

 H1.HeaderClassName
 {
   color: #176ADD;
 }
 .AnyTagClassName
 {
   color: #176ADD;
 }
</style>

background-color css

<style>
 a { background-color: #176ADD; }

 a { background-color: rgb(23,106,221); }

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

border-color css

<style>
 span { border-color: #176ADD; }

 span { border-color: rgb(23,106,221); }

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