Html Css Color HEX #145359 Blue Stone

📋 copy color: '#145359'

red 20 ◦ green 83 ◦ blue 89

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

Shades of Blue Stone #145359

Tints of Blue Stone #145359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.23%

 BLUE value IS 89 (35.16% from 255) = 46.35%

R = 10.42%
G = 43.23%
B = 46.35%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#145359 (or 0x145359) is known color: Blue Stone. HEX triplet: 14, 53 and 59. RGB value is (20,83,89). Sum of RGB (Red+Green+Blue) = 20+83+89=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #145359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145359 is #EBACA6. Grayscale: #404040. Windows color (decimal): -15445159 or 5853972. OLE color: 5853972.

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

Color convert

RGB 20 83 89 -
CMYK 0.78 0.07 0 0.65
HSL 185.22º 0.63% 0.21% -
HSV(B) 185.22º 0.78% 0.35% -
XYZ 5.18 7.06 10.54 -
YUV 64.85 141.63 96.01 -
System Red Green Blue C M Y K H S L
Decimal 20 83 89 0.78 0.07 0 0.65 185.22 0.63 0.21
Hex 14 53 59 4E 7 0 41 B9 3F 15
Octal 24 123 131 116 7 0 101 271 77 25
Binary 10100 1010011 1011001 1001110 111 0 1000001 10111001 111111 10101

Color Harmonies of #145359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145359

Black with #145359

Text Example


Text Example

White with #145359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145359; }

 p { color: rgb(20,83,89); }

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

background-color css

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

 a { background-color: rgb(20,83,89); }

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

border-color css

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

 span { border-color: rgb(20,83,89); }

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