Html Css Color HEX #157268 Blue Stone

📋 copy color: '#157268'

red 21 ◦ green 114 ◦ blue 104

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

Shades of Blue Stone #157268

Tints of Blue Stone #157268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 8.79%
G = 47.7%
B = 43.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#157268 (or 0x157268) is known color: Blue Stone. HEX triplet: 15, 72 and 68. RGB value is (21,114,104). Sum of RGB (Red+Green+Blue) = 21+114+104=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #157268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157268 is #EA8D97. Grayscale: #545454. Windows color (decimal): -15371672 or 6844949. OLE color: 6844949.

HSL color Cylindrical-coordinate representation of color #157268: hue angle of 173.55º 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 #157268 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 114 104 -
CMYK 0.82 0 0.09 0.55
HSL 173.55º 0.69% 0.26% -
HSV(B) 173.55º 0.82% 0.45% -
XYZ 8.83 13.19 15.18 -
YUV 85.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 21 114 104 0.82 0 0.09 0.55 173.55 0.69 0.26
Hex 15 72 68 52 0 9 37 AE 45 1A
Octal 25 162 150 122 0 11 67 256 105 32
Binary 10101 1110010 1101000 1010010 0 1001 110111 10101110 1000101 11010

Color Harmonies of #157268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157268

Black with #157268

Text Example


Text Example

White with #157268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157268; }

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

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

background-color css

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

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

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

border-color css

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

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

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