Html Css Color HEX #176BDC Navy Blue

📋 copy color: '#176BDC'

red 23 ◦ green 107 ◦ blue 220

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

Shades of Navy Blue #176BDC

Tints of Navy Blue #176BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.57%

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 6.57%
G = 30.57%
B = 62.86%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#176BDC (or 0x176BDC) is known color: Navy Blue. HEX triplet: 17, 6B and DC. RGB value is (23,107,220). Sum of RGB (Red+Green+Blue) = 23+107+220=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #176BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176BDC is #E89423. Grayscale: #5E5E5E. Windows color (decimal): -15242276 or 14445335. OLE color: 14445335.

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

Color convert

RGB 23 107 220 -
CMYK 0.90 0.51 0 0.14
HSL 214.42º 0.81% 0.48% -
HSV(B) 214.42º 0.9% 0.86% -
XYZ 18.53 15.86 69.8 -
YUV 94.77 198.67 76.81 -
System Red Green Blue C M Y K H S L
Decimal 23 107 220 0.90 0.51 0 0.14 214.42 0.81 0.48
Hex 17 6B DC 5A 33 0 E D6 51 30
Octal 27 153 334 132 63 0 16 326 121 60
Binary 10111 1101011 11011100 1011010 110011 0 1110 11010110 1010001 110000

Color Harmonies of #176BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176BDC

Black with #176BDC

Text Example


Text Example

White with #176BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,107,220); }

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

background-color css

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

 a { background-color: rgb(23,107,220); }

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

border-color css

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

 span { border-color: rgb(23,107,220); }

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