Html Css Color HEX #176BE0 Navy Blue

📋 copy color: '#176BE0'

red 23 ◦ green 107 ◦ blue 224

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

Shades of Navy Blue #176BE0

Tints of Navy Blue #176BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 63.28%

R = 6.5%
G = 30.23%
B = 63.28%

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

#176BE0 (or 0x176BE0) is known color: Navy Blue. HEX triplet: 17, 6B and E0. RGB value is (23,107,224). Sum of RGB (Red+Green+Blue) = 23+107+224=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #176BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176BE0 is #E8941F. Grayscale: #5E5E5E. Windows color (decimal): -15242272 or 14707479. OLE color: 14707479.

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

Color convert

RGB 23 107 224 -
CMYK 0.90 0.52 0 0.12
HSL 214.93º 0.81% 0.48% -
HSV(B) 214.93º 0.9% 0.88% -
XYZ 19.07 16.08 72.62 -
YUV 95.22 200.67 76.49 -
System Red Green Blue C M Y K H S L
Decimal 23 107 224 0.90 0.52 0 0.12 214.93 0.81 0.48
Hex 17 6B E0 5A 34 0 C D7 51 30
Octal 27 153 340 132 64 0 14 327 121 60
Binary 10111 1101011 11100000 1011010 110100 0 1100 11010111 1010001 110000

Color Harmonies of #176BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #176BE0

Black with #176BE0

Text Example


Text Example

White with #176BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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