Html Css Color HEX #15708B Allports

📋 copy color: '#15708B'

red 21 ◦ green 112 ◦ blue 139

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

Shades of Allports #15708B

Tints of Allports #15708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.18%

 BLUE value IS 139 (54.69% from 255) = 51.1%

R = 7.72%
G = 41.18%
B = 51.1%

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

#15708B (or 0x15708B) is known color: Allports. HEX triplet: 15, 70 and 8B. RGB value is (21,112,139). Sum of RGB (Red+Green+Blue) = 21+112+139=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #15708B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15708B is #EA8F74. Grayscale: #575757. Windows color (decimal): -15372149 or 9138197. OLE color: 9138197.

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

Color convert

RGB 21 112 139 -
CMYK 0.85 0.19 0 0.45
HSL 193.73º 0.74% 0.31% -
HSV(B) 193.73º 0.85% 0.55% -
XYZ 10.76 13.61 26.49 -
YUV 87.87 156.85 80.3 -
System Red Green Blue C M Y K H S L
Decimal 21 112 139 0.85 0.19 0 0.45 193.73 0.74 0.31
Hex 15 70 8B 55 13 0 2D C2 4A 1F
Octal 25 160 213 125 23 0 55 302 112 37
Binary 10101 1110000 10001011 1010101 10011 0 101101 11000010 1001010 11111

Color Harmonies of #15708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15708B

Black with #15708B

Text Example


Text Example

White with #15708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15708B; }

 p { color: rgb(21,112,139); }

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

background-color css

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

 a { background-color: rgb(21,112,139); }

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

border-color css

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

 span { border-color: rgb(21,112,139); }

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