Html Css Color HEX #156688 Allports

📋 copy color: '#156688'

red 21 ◦ green 102 ◦ blue 136

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

Shades of Allports #156688

Tints of Allports #156688

RGB

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

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

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

R = 8.11%
G = 39.38%
B = 52.51%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#156688 (or 0x156688) is known color: Allports. HEX triplet: 15, 66 and 88. RGB value is (21,102,136). Sum of RGB (Red+Green+Blue) = 21+102+136=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #156688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156688 is #EA9977. Grayscale: #515151. Windows color (decimal): -15374712 or 8939029. OLE color: 8939029.

HSL color Cylindrical-coordinate representation of color #156688: hue angle of 197.74º 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 #156688 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 102 136 -
CMYK 0.85 0.25 0 0.47
HSL 197.74º 0.73% 0.31% -
HSV(B) 197.74º 0.85% 0.53% -
XYZ 9.5 11.44 25 -
YUV 81.66 158.66 84.74 -
System Red Green Blue C M Y K H S L
Decimal 21 102 136 0.85 0.25 0 0.47 197.74 0.73 0.31
Hex 15 66 88 55 19 0 2F C6 49 1F
Octal 25 146 210 125 31 0 57 306 111 37
Binary 10101 1100110 10001000 1010101 11001 0 101111 11000110 1001001 11111

Color Harmonies of #156688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156688

Black with #156688

Text Example


Text Example

White with #156688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156688; }

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

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

background-color css

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

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

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

border-color css

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

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

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