Html Css Color HEX #145B5D Blue Stone

📋 copy color: '#145B5D'

red 20 ◦ green 91 ◦ blue 93

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

Shades of Blue Stone #145B5D

Tints of Blue Stone #145B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 44.61%

 BLUE value IS 93 (36.72% from 255) = 45.59%

R = 9.8%
G = 44.61%
B = 45.59%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#145B5D (or 0x145B5D) is known color: Blue Stone. HEX triplet: 14, 5B and 5D. RGB value is (20,91,93). Sum of RGB (Red+Green+Blue) = 20+91+93=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #145B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B5D is #EBA4A2. Grayscale: #454545. Windows color (decimal): -15443107 or 6118164. OLE color: 6118164.

HSL color Cylindrical-coordinate representation of color #145B5D: hue angle of 181.64º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145B5D is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 91 93 -
CMYK 0.78 0.02 0 0.64
HSL 181.64º 0.65% 0.22% -
HSV(B) 181.64º 0.78% 0.36% -
XYZ 6.01 8.42 11.66 -
YUV 70 140.98 92.34 -
System Red Green Blue C M Y K H S L
Decimal 20 91 93 0.78 0.02 0 0.64 181.64 0.65 0.22
Hex 14 5B 5D 4E 2 0 40 B6 41 16
Octal 24 133 135 116 2 0 100 266 101 26
Binary 10100 1011011 1011101 1001110 10 0 1000000 10110110 1000001 10110

Color Harmonies of #145B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145B5D

Black with #145B5D

Text Example


Text Example

White with #145B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145B5D; }

 p { color: rgb(20,91,93); }

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

background-color css

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

 a { background-color: rgb(20,91,93); }

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

border-color css

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

 span { border-color: rgb(20,91,93); }

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