Html Css Color HEX #146062 Blue Stone

📋 copy color: '#146062'

red 20 ◦ green 96 ◦ blue 98

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

Shades of Blue Stone #146062

Tints of Blue Stone #146062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.86%

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

R = 9.35%
G = 44.86%
B = 45.79%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#146062 (or 0x146062) is known color: Blue Stone. HEX triplet: 14, 60 and 62. RGB value is (20,96,98). Sum of RGB (Red+Green+Blue) = 20+96+98=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #146062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146062 is #EB9F9D. Grayscale: #494949. Windows color (decimal): -15441822 or 6447124. OLE color: 6447124.

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

Color convert

RGB 20 96 98 -
CMYK 0.80 0.02 0 0.62
HSL 181.54º 0.66% 0.23% -
HSV(B) 181.54º 0.8% 0.38% -
XYZ 6.68 9.4 13.02 -
YUV 73.5 141.82 89.84 -
System Red Green Blue C M Y K H S L
Decimal 20 96 98 0.80 0.02 0 0.62 181.54 0.66 0.23
Hex 14 60 62 50 2 0 3E B6 42 17
Octal 24 140 142 120 2 0 76 266 102 27
Binary 10100 1100000 1100010 1010000 10 0 111110 10110110 1000010 10111

Color Harmonies of #146062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146062

Black with #146062

Text Example


Text Example

White with #146062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146062; }

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

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

background-color css

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

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

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

border-color css

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

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

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