Html Css Color HEX #177482 Allports

📋 copy color: '#177482'

red 23 ◦ green 116 ◦ blue 130

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

Shades of Allports #177482

Tints of Allports #177482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.12%

 BLUE value IS 130 (51.17% from 255) = 48.33%

R = 8.55%
G = 43.12%
B = 48.33%

CMYK

 C value IS 0.82

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#177482 (or 0x177482) is known color: Allports. HEX triplet: 17, 74 and 82. RGB value is (23,116,130). Sum of RGB (Red+Green+Blue) = 23+116+130=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #177482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177482 is #E88B7D. Grayscale: #595959. Windows color (decimal): -15240062 or 8549399. OLE color: 8549399.

HSL color Cylindrical-coordinate representation of color #177482: hue angle of 187.85º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177482 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 23 116 130 -
CMYK 0.82 0.11 0 0.49
HSL 187.85º 0.7% 0.3% -
HSV(B) 187.85º 0.82% 0.51% -
XYZ 10.63 14.28 23.32 -
YUV 89.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 23 116 130 0.82 0.11 0 0.49 187.85 0.7 0.3
Hex 17 74 82 52 B 0 31 BC 46 1E
Octal 27 164 202 122 13 0 61 274 106 36
Binary 10111 1110100 10000010 1010010 1011 0 110001 10111100 1000110 11110

Color Harmonies of #177482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #177482

Black with #177482

Text Example


Text Example

White with #177482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #177482; }

 p { color: rgb(23,116,130); }

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

background-color css

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

 a { background-color: rgb(23,116,130); }

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

border-color css

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

 span { border-color: rgb(23,116,130); }

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