Html Css Color HEX #146255 Blue Stone

📋 copy color: '#146255'

red 20 ◦ green 98 ◦ blue 85

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

Shades of Blue Stone #146255

Tints of Blue Stone #146255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 9.85%
G = 48.28%
B = 41.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#146255 (or 0x146255) is known color: Blue Stone. HEX triplet: 14, 62 and 55. RGB value is (20,98,85). Sum of RGB (Red+Green+Blue) = 20+98+85=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #146255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146255 is #EB9DAA. Grayscale: #494949. Windows color (decimal): -15441323 or 5595668. OLE color: 5595668.

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

Color convert

RGB 20 98 85 -
CMYK 0.80 0 0.13 0.62
HSL 170º 0.66% 0.23% -
HSV(B) 170º 0.8% 0.38% -
XYZ 6.3 9.54 10.1 -
YUV 73.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 20 98 85 0.80 0 0.13 0.62 170 0.66 0.23
Hex 14 62 55 50 0 D 3E AA 42 17
Octal 24 142 125 120 0 15 76 252 102 27
Binary 10100 1100010 1010101 1010000 0 1101 111110 10101010 1000010 10111

Color Harmonies of #146255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146255

Black with #146255

Text Example


Text Example

White with #146255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146255; }

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

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

background-color css

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

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

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

border-color css

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

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

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