Html Css Color HEX #146361 Blue Stone

📋 copy color: '#146361'

red 20 ◦ green 99 ◦ blue 97

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

Shades of Blue Stone #146361

Tints of Blue Stone #146361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.83%

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

R = 9.26%
G = 45.83%
B = 44.91%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#146361 (or 0x146361) is known color: Blue Stone. HEX triplet: 14, 63 and 61. RGB value is (20,99,97). Sum of RGB (Red+Green+Blue) = 20+99+97=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #146361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146361 is #EB9C9E. Grayscale: #4B4B4B. Windows color (decimal): -15441055 or 6382356. OLE color: 6382356.

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

Color convert

RGB 20 99 97 -
CMYK 0.80 0 0.02 0.61
HSL 178.48º 0.66% 0.23% -
HSV(B) 178.48º 0.8% 0.39% -
XYZ 6.91 9.94 12.86 -
YUV 75.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 20 99 97 0.80 0 0.02 0.61 178.48 0.66 0.23
Hex 14 63 61 50 0 2 3D B2 42 17
Octal 24 143 141 120 0 2 75 262 102 27
Binary 10100 1100011 1100001 1010000 0 10 111101 10110010 1000010 10111

Color Harmonies of #146361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146361

Black with #146361

Text Example


Text Example

White with #146361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146361; }

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

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

background-color css

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

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

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

border-color css

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

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

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