Html Css Color HEX #145C61 Blue Stone

📋 copy color: '#145C61'

red 20 ◦ green 92 ◦ blue 97

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

Shades of Blue Stone #145C61

Tints of Blue Stone #145C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.02%

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

R = 9.57%
G = 44.02%
B = 46.41%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#145C61 (or 0x145C61) is known color: Blue Stone. HEX triplet: 14, 5C and 61. RGB value is (20,92,97). Sum of RGB (Red+Green+Blue) = 20+92+97=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #145C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C61 is #EBA39E. Grayscale: #464646. Windows color (decimal): -15442847 or 6380564. OLE color: 6380564.

HSL color Cylindrical-coordinate representation of color #145C61: hue angle of 183.9º 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 #145C61 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 92 97 -
CMYK 0.79 0.05 0 0.62
HSL 183.9º 0.66% 0.23% -
HSV(B) 183.9º 0.79% 0.38% -
XYZ 6.27 8.67 12.65 -
YUV 71.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 20 92 97 0.79 0.05 0 0.62 183.9 0.66 0.23
Hex 14 5C 61 4F 5 0 3E B8 42 17
Octal 24 134 141 117 5 0 76 270 102 27
Binary 10100 1011100 1100001 1001111 101 0 111110 10111000 1000010 10111

Color Harmonies of #145C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145C61

Black with #145C61

Text Example


Text Example

White with #145C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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