Html Css Color HEX #145852 Blue Stone

📋 copy color: '#145852'

red 20 ◦ green 88 ◦ blue 82

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

Shades of Blue Stone #145852

Tints of Blue Stone #145852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 43.16%

R = 10.53%
G = 46.32%
B = 43.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#145852 (or 0x145852) is known color: Blue Stone. HEX triplet: 14, 58 and 52. RGB value is (20,88,82). Sum of RGB (Red+Green+Blue) = 20+88+82=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #145852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145852 is #EBA7AD. Grayscale: #424242. Windows color (decimal): -15443886 or 5396500. OLE color: 5396500.

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

Color convert

RGB 20 88 82 -
CMYK 0.77 0 0.07 0.65
HSL 174.71º 0.63% 0.21% -
HSV(B) 174.71º 0.77% 0.35% -
XYZ 5.3 7.74 9.2 -
YUV 66.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 20 88 82 0.77 0 0.07 0.65 174.71 0.63 0.21
Hex 14 58 52 4D 0 7 41 AF 3F 15
Octal 24 130 122 115 0 7 101 257 77 25
Binary 10100 1011000 1010010 1001101 0 111 1000001 10101111 111111 10101

Color Harmonies of #145852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145852

Black with #145852

Text Example


Text Example

White with #145852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145852; }

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

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

background-color css

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

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

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

border-color css

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

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

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