Html Css Color HEX #145855 Blue Stone

📋 copy color: '#145855'

red 20 ◦ green 88 ◦ blue 85

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

Shades of Blue Stone #145855

Tints of Blue Stone #145855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.04%

R = 10.36%
G = 45.6%
B = 44.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#145855 (or 0x145855) is known color: Blue Stone. HEX triplet: 14, 58 and 55. RGB value is (20,88,85). Sum of RGB (Red+Green+Blue) = 20+88+85=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #145855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145855 is #EBA7AA. Grayscale: #434343. Windows color (decimal): -15443883 or 5593108. OLE color: 5593108.

HSL color Cylindrical-coordinate representation of color #145855: hue angle of 177.35º 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 #145855 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 85 -
CMYK 0.77 0 0.03 0.65
HSL 177.35º 0.63% 0.21% -
HSV(B) 177.35º 0.77% 0.35% -
XYZ 5.42 7.78 9.81 -
YUV 67.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 20 88 85 0.77 0 0.03 0.65 177.35 0.63 0.21
Hex 14 58 55 4D 0 3 41 B1 3F 15
Octal 24 130 125 115 0 3 101 261 77 25
Binary 10100 1011000 1010101 1001101 0 11 1000001 10110001 111111 10101

Color Harmonies of #145855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145855

Black with #145855

Text Example


Text Example

White with #145855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145855; }

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

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

background-color css

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

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

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

border-color css

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

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

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