Html Css Color HEX #146362 Blue Stone

📋 copy color: '#146362'

red 20 ◦ green 99 ◦ blue 98

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

Shades of Blue Stone #146362

Tints of Blue Stone #146362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.16%

R = 9.22%
G = 45.62%
B = 45.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#146362 (or 0x146362) is known color: Blue Stone. HEX triplet: 14, 63 and 62. RGB value is (20,99,98). Sum of RGB (Red+Green+Blue) = 20+99+98=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #146362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146362 is #EB9C9D. Grayscale: #4B4B4B. Windows color (decimal): -15441054 or 6447892. OLE color: 6447892.

HSL color Cylindrical-coordinate representation of color #146362: hue angle of 179.24º 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 #146362 is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 99 98 -
CMYK 0.80 0 0.01 0.61
HSL 179.24º 0.66% 0.23% -
HSV(B) 179.24º 0.8% 0.39% -
XYZ 6.95 9.95 13.11 -
YUV 75.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 20 99 98 0.80 0 0.01 0.61 179.24 0.66 0.23
Hex 14 63 62 50 0 1 3D B3 42 17
Octal 24 143 142 120 0 1 75 263 102 27
Binary 10100 1100011 1100010 1010000 0 1 111101 10110011 1000010 10111

Color Harmonies of #146362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146362

Black with #146362

Text Example


Text Example

White with #146362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146362; }

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

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

background-color css

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

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

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

border-color css

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

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

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