Html Css Color HEX #15728F Allports

📋 copy color: '#15728F'

red 21 ◦ green 114 ◦ blue 143

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

Shades of Allports #15728F

Tints of Allports #15728F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

 BLUE value IS 143 (56.25% from 255) = 51.44%

R = 7.55%
G = 41.01%
B = 51.44%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15728F (or 0x15728F) is known color: Allports. HEX triplet: 15, 72 and 8F. RGB value is (21,114,143). Sum of RGB (Red+Green+Blue) = 21+114+143=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #15728F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15728F is #EA8D70. Grayscale: #595959. Windows color (decimal): -15371633 or 9400853. OLE color: 9400853.

HSL color Cylindrical-coordinate representation of color #15728F: hue angle of 194.26º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15728F is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 114 143 -
CMYK 0.85 0.20 0 0.44
HSL 194.26º 0.74% 0.32% -
HSV(B) 194.26º 0.85% 0.56% -
XYZ 11.28 14.18 28.13 -
YUV 89.5 158.19 79.14 -
System Red Green Blue C M Y K H S L
Decimal 21 114 143 0.85 0.20 0 0.44 194.26 0.74 0.32
Hex 15 72 8F 55 14 0 2C C2 4A 20
Octal 25 162 217 125 24 0 54 302 112 40
Binary 10101 1110010 10001111 1010101 10100 0 101100 11000010 1001010 100000

Color Harmonies of #15728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15728F

Black with #15728F

Text Example


Text Example

White with #15728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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