Html Css Color HEX #15727D Allports

📋 copy color: '#15727D'

red 21 ◦ green 114 ◦ blue 125

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

Shades of Allports #15727D

Tints of Allports #15727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 8.08%
G = 43.85%
B = 48.08%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15727D (or 0x15727D) is known color: Allports. HEX triplet: 15, 72 and 7D. RGB value is (21,114,125). Sum of RGB (Red+Green+Blue) = 21+114+125=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #15727D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15727D is #EA8D82. Grayscale: #575757. Windows color (decimal): -15371651 or 8221205. OLE color: 8221205.

HSL color Cylindrical-coordinate representation of color #15727D: hue angle of 186.35º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15727D is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 114 125 -
CMYK 0.83 0.09 0 0.51
HSL 186.35º 0.71% 0.29% -
HSV(B) 186.35º 0.83% 0.49% -
XYZ 10.03 13.67 21.51 -
YUV 87.45 149.19 80.61 -
System Red Green Blue C M Y K H S L
Decimal 21 114 125 0.83 0.09 0 0.51 186.35 0.71 0.29
Hex 15 72 7D 53 9 0 33 BA 47 1D
Octal 25 162 175 123 11 0 63 272 107 35
Binary 10101 1110010 1111101 1010011 1001 0 110011 10111010 1000111 11101

Color Harmonies of #15727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15727D

Black with #15727D

Text Example


Text Example

White with #15727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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