Html Css Color HEX #146870 Blue Stone

📋 copy color: '#146870'

red 20 ◦ green 104 ◦ blue 112

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

Shades of Blue Stone #146870

Tints of Blue Stone #146870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.07%

 BLUE value IS 112 (44.14% from 255) = 47.46%

R = 8.47%
G = 44.07%
B = 47.46%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#146870 (or 0x146870) is known color: Blue Stone. HEX triplet: 14, 68 and 70. RGB value is (20,104,112). Sum of RGB (Red+Green+Blue) = 20+104+112=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #146870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146870 is #EB978F. Grayscale: #4F4F4F. Windows color (decimal): -15439760 or 7366676. OLE color: 7366676.

HSL color Cylindrical-coordinate representation of color #146870: hue angle of 185.22º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146870 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 104 112 -
CMYK 0.82 0.07 0 0.56
HSL 185.22º 0.7% 0.26% -
HSV(B) 185.22º 0.82% 0.44% -
XYZ 8.16 11.22 17.06 -
YUV 79.8 146.17 85.35 -
System Red Green Blue C M Y K H S L
Decimal 20 104 112 0.82 0.07 0 0.56 185.22 0.7 0.26
Hex 14 68 70 52 7 0 38 B9 46 1A
Octal 24 150 160 122 7 0 70 271 106 32
Binary 10100 1101000 1110000 1010010 111 0 111000 10111001 1000110 11010

Color Harmonies of #146870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146870

Black with #146870

Text Example


Text Example

White with #146870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146870; }

 p { color: rgb(20,104,112); }

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

background-color css

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

 a { background-color: rgb(20,104,112); }

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

border-color css

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

 span { border-color: rgb(20,104,112); }

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