Html Css Color HEX #187296 Allports

📋 copy color: '#187296'

red 24 ◦ green 114 ◦ blue 150

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

Shades of Allports #187296

Tints of Allports #187296

RGB

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

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

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

R = 8.33%
G = 39.58%
B = 52.08%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#187296 (or 0x187296) is known color: Allports. HEX triplet: 18, 72 and 96. RGB value is (24,114,150). Sum of RGB (Red+Green+Blue) = 24+114+150=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #187296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187296 is #E78D69. Grayscale: #5A5A5A. Windows color (decimal): -15175018 or 9859608. OLE color: 9859608.

HSL color Cylindrical-coordinate representation of color #187296: hue angle of 197.14º 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 #187296 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 114 150 -
CMYK 0.84 0.24 0 0.41
HSL 197.14º 0.72% 0.34% -
HSV(B) 197.14º 0.84% 0.59% -
XYZ 11.9 14.43 31.01 -
YUV 91.19 161.18 80.07 -
System Red Green Blue C M Y K H S L
Decimal 24 114 150 0.84 0.24 0 0.41 197.14 0.72 0.34
Hex 18 72 96 54 18 0 29 C5 48 22
Octal 30 162 226 124 30 0 51 305 110 42
Binary 11000 1110010 10010110 1010100 11000 0 101001 11000101 1001000 100010

Color Harmonies of #187296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187296

Black with #187296

Text Example


Text Example

White with #187296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187296; }

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

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

background-color css

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

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

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

border-color css

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

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

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