Html Css Color HEX #176BE1 Navy Blue

📋 copy color: '#176BE1'

red 23 ◦ green 107 ◦ blue 225

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

Shades of Navy Blue #176BE1

Tints of Navy Blue #176BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 63.38%

R = 6.48%
G = 30.14%
B = 63.38%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#176BE1 (or 0x176BE1) is known color: Navy Blue. HEX triplet: 17, 6B and E1. RGB value is (23,107,225). Sum of RGB (Red+Green+Blue) = 23+107+225=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 225 (88.28% from 255 or 63.38% from 355); Max value from RGB is 225 - color contains mainly: blue. Hex color #176BE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176BE1 is #E8941E. Grayscale: #5E5E5E. Windows color (decimal): -15242271 or 14773015. OLE color: 14773015.

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

Color convert

RGB 23 107 225 -
CMYK 0.90 0.52 0 0.12
HSL 215.05º 0.81% 0.49% -
HSV(B) 215.05º 0.9% 0.88% -
XYZ 19.2 16.13 73.34 -
YUV 95.34 201.17 76.41 -
System Red Green Blue C M Y K H S L
Decimal 23 107 225 0.90 0.52 0 0.12 215.05 0.81 0.49
Hex 17 6B E1 5A 34 0 C D7 51 31
Octal 27 153 341 132 64 0 14 327 121 61
Binary 10111 1101011 11100001 1011010 110100 0 1100 11010111 1010001 110001

Color Harmonies of #176BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176BE1

Black with #176BE1

Text Example


Text Example

White with #176BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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