Html Css Color HEX #156372 Allports

📋 copy color: '#156372'

red 21 ◦ green 99 ◦ blue 114

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

Shades of Allports #156372

Tints of Allports #156372

RGB

 RED value IS 21 (8.59% from 255) = 8.97%

 GREEN value IS 99 (39.06% from 255) = 42.31%

 BLUE value IS 114 (44.92% from 255) = 48.72%

R = 8.97%
G = 42.31%
B = 48.72%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#156372 (or 0x156372) is known color: Allports. HEX triplet: 15, 63 and 72. RGB value is (21,99,114). Sum of RGB (Red+Green+Blue) = 21+99+114=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #156372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156372 is #EA9C8D. Grayscale: #4D4D4D. Windows color (decimal): -15375502 or 7496469. OLE color: 7496469.

HSL color Cylindrical-coordinate representation of color #156372: hue angle of 189.68º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #156372 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 99 114 -
CMYK 0.82 0.13 0 0.55
HSL 189.68º 0.69% 0.26% -
HSV(B) 189.68º 0.82% 0.45% -
XYZ 7.81 10.3 17.5 -
YUV 77.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 21 99 114 0.82 0.13 0 0.55 189.68 0.69 0.26
Hex 15 63 72 52 D 0 37 BE 45 1A
Octal 25 143 162 122 15 0 67 276 105 32
Binary 10101 1100011 1110010 1010010 1101 0 110111 10111110 1000101 11010

Color Harmonies of #156372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156372

Black with #156372

Text Example


Text Example

White with #156372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156372; }

 p { color: rgb(21,99,114); }

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

background-color css

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

 a { background-color: rgb(21,99,114); }

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

border-color css

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

 span { border-color: rgb(21,99,114); }

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