Html Css Color HEX #187482 Allports

📋 copy color: '#187482'

red 24 ◦ green 116 ◦ blue 130

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

Shades of Allports #187482

Tints of Allports #187482

RGB

 RED value IS 24 (9.77% from 255) = 8.89%

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

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

R = 8.89%
G = 42.96%
B = 48.15%

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

#187482 (or 0x187482) is known color: Allports. HEX triplet: 18, 74 and 82. RGB value is (24,116,130). Sum of RGB (Red+Green+Blue) = 24+116+130=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #187482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187482 is #E78B7D. Grayscale: #595959. Windows color (decimal): -15174526 or 8549400. OLE color: 8549400.

HSL color Cylindrical-coordinate representation of color #187482: hue angle of 187.92º degrees, saturation: 0.69, 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 #187482 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 116 130 -
CMYK 0.82 0.11 0 0.49
HSL 187.92º 0.69% 0.3% -
HSV(B) 187.92º 0.82% 0.51% -
XYZ 10.65 14.3 23.32 -
YUV 90.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 24 116 130 0.82 0.11 0 0.49 187.92 0.69 0.3
Hex 18 74 82 52 B 0 31 BC 45 1E
Octal 30 164 202 122 13 0 61 274 105 36
Binary 11000 1110100 10000010 1010010 1011 0 110001 10111100 1000101 11110

Color Harmonies of #187482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187482

Black with #187482

Text Example


Text Example

White with #187482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187482; }

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

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

background-color css

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

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

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

border-color css

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

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

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