Html Css Color HEX #146257 Blue Stone

📋 copy color: '#146257'

red 20 ◦ green 98 ◦ blue 87

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

Shades of Blue Stone #146257

Tints of Blue Stone #146257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.44%

R = 9.76%
G = 47.8%
B = 42.44%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#146257 (or 0x146257) is known color: Blue Stone. HEX triplet: 14, 62 and 57. RGB value is (20,98,87). Sum of RGB (Red+Green+Blue) = 20+98+87=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #146257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146257 is #EB9DA8. Grayscale: #494949. Windows color (decimal): -15441321 or 5726740. OLE color: 5726740.

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

Color convert

RGB 20 98 87 -
CMYK 0.80 0 0.11 0.62
HSL 171.54º 0.66% 0.23% -
HSV(B) 171.54º 0.8% 0.38% -
XYZ 6.38 9.57 10.53 -
YUV 73.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 20 98 87 0.80 0 0.11 0.62 171.54 0.66 0.23
Hex 14 62 57 50 0 B 3E AC 42 17
Octal 24 142 127 120 0 13 76 254 102 27
Binary 10100 1100010 1010111 1010000 0 1011 111110 10101100 1000010 10111

Color Harmonies of #146257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146257

Black with #146257

Text Example


Text Example

White with #146257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146257; }

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

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

background-color css

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

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

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

border-color css

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

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

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