Html Css Color HEX #156188 Allports

📋 copy color: '#156188'

red 21 ◦ green 97 ◦ blue 136

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

Shades of Allports #156188

Tints of Allports #156188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.19%

 BLUE value IS 136 (53.52% from 255) = 53.54%

R = 8.27%
G = 38.19%
B = 53.54%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#156188 (or 0x156188) is known color: Allports. HEX triplet: 15, 61 and 88. RGB value is (21,97,136). Sum of RGB (Red+Green+Blue) = 21+97+136=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #156188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156188 is #EA9E77. Grayscale: #4E4E4E. Windows color (decimal): -15375992 or 8937749. OLE color: 8937749.

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

Color convert

RGB 21 97 136 -
CMYK 0.85 0.29 0 0.47
HSL 200.35º 0.73% 0.31% -
HSV(B) 200.35º 0.85% 0.53% -
XYZ 9.03 10.49 24.84 -
YUV 78.72 160.32 86.83 -
System Red Green Blue C M Y K H S L
Decimal 21 97 136 0.85 0.29 0 0.47 200.35 0.73 0.31
Hex 15 61 88 55 1D 0 2F C8 49 1F
Octal 25 141 210 125 35 0 57 310 111 37
Binary 10101 1100001 10001000 1010101 11101 0 101111 11001000 1001001 11111

Color Harmonies of #156188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156188

Black with #156188

Text Example


Text Example

White with #156188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156188; }

 p { color: rgb(21,97,136); }

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

background-color css

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

 a { background-color: rgb(21,97,136); }

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

border-color css

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

 span { border-color: rgb(21,97,136); }

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