Html Css Color HEX #176CDA Navy Blue

📋 copy color: '#176CDA'

red 23 ◦ green 108 ◦ blue 218

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

Shades of Navy Blue #176CDA

Tints of Navy Blue #176CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.46%

R = 6.59%
G = 30.95%
B = 62.46%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#176CDA (or 0x176CDA) is known color: Navy Blue. HEX triplet: 17, 6C and DA. RGB value is (23,108,218). Sum of RGB (Red+Green+Blue) = 23+108+218=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #176CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176CDA is #E89325. Grayscale: #5E5E5E. Windows color (decimal): -15242022 or 14314519. OLE color: 14314519.

HSL color Cylindrical-coordinate representation of color #176CDA: hue angle of 213.85º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #176CDA is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 23 108 218 -
CMYK 0.89 0.50 0 0.15
HSL 213.85º 0.81% 0.47% -
HSV(B) 213.85º 0.89% 0.85% -
XYZ 18.37 15.97 68.44 -
YUV 95.13 197.34 76.56 -
System Red Green Blue C M Y K H S L
Decimal 23 108 218 0.89 0.50 0 0.15 213.85 0.81 0.47
Hex 17 6C DA 59 32 0 F D6 51 2F
Octal 27 154 332 131 62 0 17 326 121 57
Binary 10111 1101100 11011010 1011001 110010 0 1111 11010110 1010001 101111

Color Harmonies of #176CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176CDA

Black with #176CDA

Text Example


Text Example

White with #176CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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