Html Css Color HEX #187486 Allports

📋 copy color: '#187486'

red 24 ◦ green 116 ◦ blue 134

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

Shades of Allports #187486

Tints of Allports #187486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 48.91%

R = 8.76%
G = 42.34%
B = 48.91%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#187486 (or 0x187486) is known color: Allports. HEX triplet: 18, 74 and 86. RGB value is (24,116,134). Sum of RGB (Red+Green+Blue) = 24+116+134=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #187486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187486 is #E78B79. Grayscale: #5A5A5A. Windows color (decimal): -15174522 or 8811544. OLE color: 8811544.

HSL color Cylindrical-coordinate representation of color #187486: hue angle of 189.82º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #187486 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 116 134 -
CMYK 0.82 0.13 0 0.47
HSL 189.82º 0.7% 0.31% -
HSV(B) 189.82º 0.82% 0.53% -
XYZ 10.93 14.41 24.76 -
YUV 90.54 152.52 80.54 -
System Red Green Blue C M Y K H S L
Decimal 24 116 134 0.82 0.13 0 0.47 189.82 0.7 0.31
Hex 18 74 86 52 D 0 2F BE 46 1F
Octal 30 164 206 122 15 0 57 276 106 37
Binary 11000 1110100 10000110 1010010 1101 0 101111 10111110 1000110 11111

Color Harmonies of #187486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187486

Black with #187486

Text Example


Text Example

White with #187486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187486; }

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

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

background-color css

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

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

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

border-color css

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

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

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