Html Css Color HEX #156685 Allports

📋 copy color: '#156685'

red 21 ◦ green 102 ◦ blue 133

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

Shades of Allports #156685

Tints of Allports #156685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.84%

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

R = 8.2%
G = 39.84%
B = 51.95%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#156685 (or 0x156685) is known color: Allports. HEX triplet: 15, 66 and 85. RGB value is (21,102,133). Sum of RGB (Red+Green+Blue) = 21+102+133=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #156685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156685 is #EA997A. Grayscale: #515151. Windows color (decimal): -15374715 or 8742421. OLE color: 8742421.

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

Color convert

RGB 21 102 133 -
CMYK 0.84 0.23 0 0.48
HSL 196.61º 0.73% 0.3% -
HSV(B) 196.61º 0.84% 0.52% -
XYZ 9.29 11.36 23.89 -
YUV 81.32 157.16 84.98 -
System Red Green Blue C M Y K H S L
Decimal 21 102 133 0.84 0.23 0 0.48 196.61 0.73 0.3
Hex 15 66 85 54 17 0 30 C5 49 1E
Octal 25 146 205 124 27 0 60 305 111 36
Binary 10101 1100110 10000101 1010100 10111 0 110000 11000101 1001001 11110

Color Harmonies of #156685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156685

Black with #156685

Text Example


Text Example

White with #156685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156685; }

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

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

background-color css

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

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

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

border-color css

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

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

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