Html Css Color HEX #145851 Blue Stone

📋 copy color: '#145851'

red 20 ◦ green 88 ◦ blue 81

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

Shades of Blue Stone #145851

Tints of Blue Stone #145851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 42.86%

R = 10.58%
G = 46.56%
B = 42.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#145851 (or 0x145851) is known color: Blue Stone. HEX triplet: 14, 58 and 51. RGB value is (20,88,81). Sum of RGB (Red+Green+Blue) = 20+88+81=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #145851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145851 is #EBA7AE. Grayscale: #424242. Windows color (decimal): -15443887 or 5330964. OLE color: 5330964.

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

Color convert

RGB 20 88 81 -
CMYK 0.77 0 0.08 0.65
HSL 173.82º 0.63% 0.21% -
HSV(B) 173.82º 0.77% 0.35% -
XYZ 5.26 7.72 9 -
YUV 66.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 20 88 81 0.77 0 0.08 0.65 173.82 0.63 0.21
Hex 14 58 51 4D 0 8 41 AE 3F 15
Octal 24 130 121 115 0 10 101 256 77 25
Binary 10100 1011000 1010001 1001101 0 1000 1000001 10101110 111111 10101

Color Harmonies of #145851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145851

Black with #145851

Text Example


Text Example

White with #145851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145851; }

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

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

background-color css

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

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

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

border-color css

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

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

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