Html Css Color HEX #156185 Allports

📋 copy color: '#156185'

red 21 ◦ green 97 ◦ blue 133

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

Shades of Allports #156185

Tints of Allports #156185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.99%

R = 8.37%
G = 38.65%
B = 52.99%

CMYK

 C value IS 0.84

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#156185 (or 0x156185) is known color: Allports. HEX triplet: 15, 61 and 85. RGB value is (21,97,133). Sum of RGB (Red+Green+Blue) = 21+97+133=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #156185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156185 is #EA9E7A. Grayscale: #4E4E4E. Windows color (decimal): -15375995 or 8741141. OLE color: 8741141.

HSL color Cylindrical-coordinate representation of color #156185: hue angle of 199.29º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156185 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 97 133 -
CMYK 0.84 0.27 0 0.48
HSL 199.29º 0.73% 0.3% -
HSV(B) 199.29º 0.84% 0.52% -
XYZ 8.82 10.4 23.73 -
YUV 78.38 158.82 87.07 -
System Red Green Blue C M Y K H S L
Decimal 21 97 133 0.84 0.27 0 0.48 199.29 0.73 0.3
Hex 15 61 85 54 1B 0 30 C7 49 1E
Octal 25 141 205 124 33 0 60 307 111 36
Binary 10101 1100001 10000101 1010100 11011 0 110000 11000111 1001001 11110

Color Harmonies of #156185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156185

Black with #156185

Text Example


Text Example

White with #156185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156185; }

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

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

background-color css

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

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

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

border-color css

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

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

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