Html Css Color HEX #176FDA Navy Blue

📋 copy color: '#176FDA'

red 23 ◦ green 111 ◦ blue 218

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

Shades of Navy Blue #176FDA

Tints of Navy Blue #176FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.53%

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

R = 6.53%
G = 31.53%
B = 61.93%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#176FDA (or 0x176FDA) is known color: Navy Blue. HEX triplet: 17, 6F and DA. RGB value is (23,111,218). Sum of RGB (Red+Green+Blue) = 23+111+218=352 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.53% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #176FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176FDA is #E89025. Grayscale: #606060. Windows color (decimal): -15241254 or 14315287. OLE color: 14315287.

HSL color Cylindrical-coordinate representation of color #176FDA: hue angle of 212.92º 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 #176FDA is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 23 111 218 -
CMYK 0.89 0.49 0 0.15
HSL 212.92º 0.81% 0.47% -
HSV(B) 212.92º 0.89% 0.85% -
XYZ 18.69 16.61 68.55 -
YUV 96.89 196.35 75.3 -
System Red Green Blue C M Y K H S L
Decimal 23 111 218 0.89 0.49 0 0.15 212.92 0.81 0.47
Hex 17 6F DA 59 31 0 F D5 51 2F
Octal 27 157 332 131 61 0 17 325 121 57
Binary 10111 1101111 11011010 1011001 110001 0 1111 11010101 1010001 101111

Color Harmonies of #176FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176FDA

Black with #176FDA

Text Example


Text Example

White with #176FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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