Html Css Color HEX #177295 Allports

📋 copy color: '#177295'

red 23 ◦ green 114 ◦ blue 149

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

Shades of Allports #177295

Tints of Allports #177295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 8.04%
G = 39.86%
B = 52.1%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#177295 (or 0x177295) is known color: Allports. HEX triplet: 17, 72 and 95. RGB value is (23,114,149). Sum of RGB (Red+Green+Blue) = 23+114+149=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #177295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177295 is #E88D6A. Grayscale: #5A5A5A. Windows color (decimal): -15240555 or 9794071. OLE color: 9794071.

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

Color convert

RGB 23 114 149 -
CMYK 0.85 0.23 0 0.42
HSL 196.67º 0.73% 0.34% -
HSV(B) 196.67º 0.85% 0.58% -
XYZ 11.8 14.39 30.59 -
YUV 90.78 160.85 79.65 -
System Red Green Blue C M Y K H S L
Decimal 23 114 149 0.85 0.23 0 0.42 196.67 0.73 0.34
Hex 17 72 95 55 17 0 2A C5 49 22
Octal 27 162 225 125 27 0 52 305 111 42
Binary 10111 1110010 10010101 1010101 10111 0 101010 11000101 1001001 100010

Color Harmonies of #177295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177295

Black with #177295

Text Example


Text Example

White with #177295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177295; }

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

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

background-color css

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

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

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

border-color css

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

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

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