Html Css Color HEX #176CDC Navy Blue

📋 copy color: '#176CDC'

red 23 ◦ green 108 ◦ blue 220

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

Shades of Navy Blue #176CDC

Tints of Navy Blue #176CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.77%

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

R = 6.55%
G = 30.77%
B = 62.68%

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

#176CDC (or 0x176CDC) is known color: Navy Blue. HEX triplet: 17, 6C and DC. RGB value is (23,108,220). Sum of RGB (Red+Green+Blue) = 23+108+220=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #176CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176CDC is #E89323. Grayscale: #5E5E5E. Windows color (decimal): -15242020 or 14445591. OLE color: 14445591.

HSL color Cylindrical-coordinate representation of color #176CDC: hue angle of 214.11º 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 #176CDC is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 108 220 -
CMYK 0.90 0.51 0 0.14
HSL 214.11º 0.81% 0.48% -
HSV(B) 214.11º 0.9% 0.86% -
XYZ 18.63 16.07 69.83 -
YUV 95.35 198.34 76.39 -
System Red Green Blue C M Y K H S L
Decimal 23 108 220 0.90 0.51 0 0.14 214.11 0.81 0.48
Hex 17 6C DC 5A 33 0 E D6 51 30
Octal 27 154 334 132 63 0 16 326 121 60
Binary 10111 1101100 11011100 1011010 110011 0 1110 11010110 1010001 110000

Color Harmonies of #176CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176CDC

Black with #176CDC

Text Example


Text Example

White with #176CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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