Html Css Color HEX #15728C Allports

📋 copy color: '#15728C'

red 21 ◦ green 114 ◦ blue 140

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

Shades of Allports #15728C

Tints of Allports #15728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.91%

R = 7.64%
G = 41.45%
B = 50.91%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15728C (or 0x15728C) is known color: Allports. HEX triplet: 15, 72 and 8C. RGB value is (21,114,140). Sum of RGB (Red+Green+Blue) = 21+114+140=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #15728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15728C is #EA8D73. Grayscale: #585858. Windows color (decimal): -15371636 or 9204245. OLE color: 9204245.

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

Color convert

RGB 21 114 140 -
CMYK 0.85 0.19 0 0.45
HSL 193.11º 0.74% 0.32% -
HSV(B) 193.11º 0.85% 0.55% -
XYZ 11.06 14.09 26.95 -
YUV 89.16 156.69 79.39 -
System Red Green Blue C M Y K H S L
Decimal 21 114 140 0.85 0.19 0 0.45 193.11 0.74 0.32
Hex 15 72 8C 55 13 0 2D C1 4A 20
Octal 25 162 214 125 23 0 55 301 112 40
Binary 10101 1110010 10001100 1010101 10011 0 101101 11000001 1001010 100000

Color Harmonies of #15728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15728C

Black with #15728C

Text Example


Text Example

White with #15728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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