Html Css Color HEX #146963 Blue Stone

📋 copy color: '#146963'

red 20 ◦ green 105 ◦ blue 99

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

Shades of Blue Stone #146963

Tints of Blue Stone #146963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.88%

 BLUE value IS 99 (39.06% from 255) = 44.2%

R = 8.93%
G = 46.88%
B = 44.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#146963 (or 0x146963) is known color: Blue Stone. HEX triplet: 14, 69 and 63. RGB value is (20,105,99). Sum of RGB (Red+Green+Blue) = 20+105+99=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #146963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146963 is #EB969C. Grayscale: #4E4E4E. Windows color (decimal): -15439517 or 6514964. OLE color: 6514964.

HSL color Cylindrical-coordinate representation of color #146963: hue angle of 175.76º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146963 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 105 99 -
CMYK 0.81 0 0.06 0.59
HSL 175.76º 0.68% 0.25% -
HSV(B) 175.76º 0.81% 0.41% -
XYZ 7.59 11.15 13.56 -
YUV 78.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 20 105 99 0.81 0 0.06 0.59 175.76 0.68 0.25
Hex 14 69 63 51 0 6 3B B0 44 19
Octal 24 151 143 121 0 6 73 260 104 31
Binary 10100 1101001 1100011 1010001 0 110 111011 10110000 1000100 11001

Color Harmonies of #146963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146963

Black with #146963

Text Example


Text Example

White with #146963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146963; }

 p { color: rgb(20,105,99); }

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

background-color css

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

 a { background-color: rgb(20,105,99); }

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

border-color css

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

 span { border-color: rgb(20,105,99); }

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