Html Css Color HEX #157063 Blue Stone

📋 copy color: '#157063'

red 21 ◦ green 112 ◦ blue 99

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

Shades of Blue Stone #157063

Tints of Blue Stone #157063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 9.05%
G = 48.28%
B = 42.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#157063 (or 0x157063) is known color: Blue Stone. HEX triplet: 15, 70 and 63. RGB value is (21,112,99). Sum of RGB (Red+Green+Blue) = 21+112+99=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #157063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157063 is #EA8F9C. Grayscale: #535353. Windows color (decimal): -15372189 or 6516757. OLE color: 6516757.

HSL color Cylindrical-coordinate representation of color #157063: hue angle of 171.43º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157063 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 112 99 -
CMYK 0.81 0 0.12 0.56
HSL 171.43º 0.68% 0.26% -
HSV(B) 171.43º 0.81% 0.44% -
XYZ 8.36 12.65 13.81 -
YUV 83.31 136.85 83.56 -
System Red Green Blue C M Y K H S L
Decimal 21 112 99 0.81 0 0.12 0.56 171.43 0.68 0.26
Hex 15 70 63 51 0 C 38 AB 44 1A
Octal 25 160 143 121 0 14 70 253 104 32
Binary 10101 1110000 1100011 1010001 0 1100 111000 10101011 1000100 11010

Color Harmonies of #157063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157063

Black with #157063

Text Example


Text Example

White with #157063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157063; }

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

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

background-color css

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

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

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

border-color css

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

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

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