Html Css Color HEX #187096 Allports

📋 copy color: '#187096'

red 24 ◦ green 112 ◦ blue 150

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

Shades of Allports #187096

Tints of Allports #187096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

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

R = 8.39%
G = 39.16%
B = 52.45%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#187096 (or 0x187096) is known color: Allports. HEX triplet: 18, 70 and 96. RGB value is (24,112,150). Sum of RGB (Red+Green+Blue) = 24+112+150=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #187096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187096 is #E78F69. Grayscale: #595959. Windows color (decimal): -15175530 or 9859096. OLE color: 9859096.

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

Color convert

RGB 24 112 150 -
CMYK 0.84 0.25 0 0.41
HSL 198.1º 0.72% 0.34% -
HSV(B) 198.1º 0.84% 0.59% -
XYZ 11.68 13.98 30.94 -
YUV 90.02 161.85 80.91 -
System Red Green Blue C M Y K H S L
Decimal 24 112 150 0.84 0.25 0 0.41 198.1 0.72 0.34
Hex 18 70 96 54 19 0 29 C6 48 22
Octal 30 160 226 124 31 0 51 306 110 42
Binary 11000 1110000 10010110 1010100 11001 0 101001 11000110 1001000 100010

Color Harmonies of #187096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187096

Black with #187096

Text Example


Text Example

White with #187096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187096; }

 p { color: rgb(24,112,150); }

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

background-color css

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

 a { background-color: rgb(24,112,150); }

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

border-color css

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

 span { border-color: rgb(24,112,150); }

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