Html Css Color HEX #146261 Blue Stone

📋 copy color: '#146261'

red 20 ◦ green 98 ◦ blue 97

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

Shades of Blue Stone #146261

Tints of Blue Stone #146261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.58%

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

R = 9.3%
G = 45.58%
B = 45.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#146261 (or 0x146261) is known color: Blue Stone. HEX triplet: 14, 62 and 61. RGB value is (20,98,97). Sum of RGB (Red+Green+Blue) = 20+98+97=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #146261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146261 is #EB9D9E. Grayscale: #4A4A4A. Windows color (decimal): -15441311 or 6382100. OLE color: 6382100.

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

Color convert

RGB 20 98 97 -
CMYK 0.80 0 0.01 0.62
HSL 179.23º 0.66% 0.23% -
HSV(B) 179.23º 0.8% 0.38% -
XYZ 6.81 9.75 12.83 -
YUV 74.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 20 98 97 0.80 0 0.01 0.62 179.23 0.66 0.23
Hex 14 62 61 50 0 1 3E B3 42 17
Octal 24 142 141 120 0 1 76 263 102 27
Binary 10100 1100010 1100001 1010000 0 1 111110 10110011 1000010 10111

Color Harmonies of #146261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146261

Black with #146261

Text Example


Text Example

White with #146261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146261; }

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

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

background-color css

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

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

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

border-color css

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

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

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