Html Css Color HEX #145A61 Blue Stone

📋 copy color: '#145A61'

red 20 ◦ green 90 ◦ blue 97

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

Shades of Blue Stone #145A61

Tints of Blue Stone #145A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.48%

 BLUE value IS 97 (38.28% from 255) = 46.86%

R = 9.66%
G = 43.48%
B = 46.86%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#145A61 (or 0x145A61) is known color: Blue Stone. HEX triplet: 14, 5A and 61. RGB value is (20,90,97). Sum of RGB (Red+Green+Blue) = 20+90+97=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #145A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A61 is #EBA59E. Grayscale: #454545. Windows color (decimal): -15443359 or 6380052. OLE color: 6380052.

HSL color Cylindrical-coordinate representation of color #145A61: hue angle of 185.45º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145A61 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 90 97 -
CMYK 0.79 0.07 0 0.62
HSL 185.45º 0.66% 0.23% -
HSV(B) 185.45º 0.79% 0.38% -
XYZ 6.1 8.32 12.59 -
YUV 69.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 20 90 97 0.79 0.07 0 0.62 185.45 0.66 0.23
Hex 14 5A 61 4F 7 0 3E B9 42 17
Octal 24 132 141 117 7 0 76 271 102 27
Binary 10100 1011010 1100001 1001111 111 0 111110 10111001 1000010 10111

Color Harmonies of #145A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145A61

Black with #145A61

Text Example


Text Example

White with #145A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,90,97); }

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

background-color css

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

 a { background-color: rgb(20,90,97); }

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

border-color css

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

 span { border-color: rgb(20,90,97); }

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