Html Css Color HEX #157272 Blue Stone

📋 copy color: '#157272'

red 21 ◦ green 114 ◦ blue 114

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

Shades of Blue Stone #157272

Tints of Blue Stone #157272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 8.43%
G = 45.78%
B = 45.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#157272 (or 0x157272) is known color: Blue Stone. HEX triplet: 15, 72 and 72. RGB value is (21,114,114). Sum of RGB (Red+Green+Blue) = 21+114+114=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #157272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157272 is #EA8D8D. Grayscale: #565656. Windows color (decimal): -15371662 or 7500309. OLE color: 7500309.

HSL color Cylindrical-coordinate representation of color #157272: hue angle of 180º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157272 is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 114 114 -
CMYK 0.82 0 0 0.55
HSL 180º 0.69% 0.26% -
HSV(B) 180º 0.82% 0.45% -
XYZ 9.36 13.41 18.01 -
YUV 86.19 143.69 81.5 -
System Red Green Blue C M Y K H S L
Decimal 21 114 114 0.82 0 0 0.55 180 0.69 0.26
Hex 15 72 72 52 0 0 37 B4 45 1A
Octal 25 162 162 122 0 0 67 264 105 32
Binary 10101 1110010 1110010 1010010 0 0 110111 10110100 1000101 11010

Color Harmonies of #157272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157272

Black with #157272

Text Example


Text Example

White with #157272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157272; }

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

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

background-color css

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

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

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

border-color css

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

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

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