Html Css Color HEX #177296 Allports

📋 copy color: '#177296'

red 23 ◦ green 114 ◦ blue 150

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

Shades of Allports #177296

Tints of Allports #177296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.72%

 BLUE value IS 150 (58.98% from 255) = 52.26%

R = 8.01%
G = 39.72%
B = 52.26%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#177296 (or 0x177296) is known color: Allports. HEX triplet: 17, 72 and 96. RGB value is (23,114,150). Sum of RGB (Red+Green+Blue) = 23+114+150=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #177296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177296 is #E88D69. Grayscale: #5A5A5A. Windows color (decimal): -15240554 or 9859607. OLE color: 9859607.

HSL color Cylindrical-coordinate representation of color #177296: hue angle of 197.01º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #177296 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 23 114 150 -
CMYK 0.85 0.24 0 0.41
HSL 197.01º 0.73% 0.34% -
HSV(B) 197.01º 0.85% 0.59% -
XYZ 11.88 14.42 31.01 -
YUV 90.9 161.35 79.57 -
System Red Green Blue C M Y K H S L
Decimal 23 114 150 0.85 0.24 0 0.41 197.01 0.73 0.34
Hex 17 72 96 55 18 0 29 C5 49 22
Octal 27 162 226 125 30 0 51 305 111 42
Binary 10111 1110010 10010110 1010101 11000 0 101001 11000101 1001001 100010

Color Harmonies of #177296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177296

Black with #177296

Text Example


Text Example

White with #177296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177296; }

 p { color: rgb(23,114,150); }

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

background-color css

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

 a { background-color: rgb(23,114,150); }

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

border-color css

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

 span { border-color: rgb(23,114,150); }

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