Html Css Color HEX #145857 Blue Stone

📋 copy color: '#145857'

red 20 ◦ green 88 ◦ blue 87

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

Shades of Blue Stone #145857

Tints of Blue Stone #145857

RGB

 RED value IS 20 (8.2% from 255) = 10.26%

 GREEN value IS 88 (34.77% from 255) = 45.13%

 BLUE value IS 87 (34.38% from 255) = 44.62%

R = 10.26%
G = 45.13%
B = 44.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#145857 (or 0x145857) is known color: Blue Stone. HEX triplet: 14, 58 and 57. RGB value is (20,88,87). Sum of RGB (Red+Green+Blue) = 20+88+87=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #145857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145857 is #EBA7A8. Grayscale: #434343. Windows color (decimal): -15443881 or 5724180. OLE color: 5724180.

HSL color Cylindrical-coordinate representation of color #145857: hue angle of 179.12º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145857 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 87 -
CMYK 0.77 0 0.01 0.65
HSL 179.12º 0.63% 0.21% -
HSV(B) 179.12º 0.77% 0.35% -
XYZ 5.5 7.82 10.24 -
YUV 67.55 138.97 94.08 -
System Red Green Blue C M Y K H S L
Decimal 20 88 87 0.77 0 0.01 0.65 179.12 0.63 0.21
Hex 14 58 57 4D 0 1 41 B3 3F 15
Octal 24 130 127 115 0 1 101 263 77 25
Binary 10100 1011000 1010111 1001101 0 1 1000001 10110011 111111 10101

Color Harmonies of #145857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145857

Black with #145857

Text Example


Text Example

White with #145857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145857; }

 p { color: rgb(20,88,87); }

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

background-color css

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

 a { background-color: rgb(20,88,87); }

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

border-color css

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

 span { border-color: rgb(20,88,87); }

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