Html Css Color HEX #147268 Blue Stone

📋 copy color: '#147268'

red 20 ◦ green 114 ◦ blue 104

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

Shades of Blue Stone #147268

Tints of Blue Stone #147268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 8.4%
G = 47.9%
B = 43.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#147268 (or 0x147268) is known color: Blue Stone. HEX triplet: 14, 72 and 68. RGB value is (20,114,104). Sum of RGB (Red+Green+Blue) = 20+114+104=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #147268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147268 is #EB8D97. Grayscale: #545454. Windows color (decimal): -15437208 or 6844948. OLE color: 6844948.

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

Color convert

RGB 20 114 104 -
CMYK 0.82 0 0.09 0.55
HSL 173.62º 0.7% 0.26% -
HSV(B) 173.62º 0.82% 0.45% -
XYZ 8.8 13.18 15.18 -
YUV 84.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 20 114 104 0.82 0 0.09 0.55 173.62 0.7 0.26
Hex 14 72 68 52 0 9 37 AE 46 1A
Octal 24 162 150 122 0 11 67 256 106 32
Binary 10100 1110010 1101000 1010010 0 1001 110111 10101110 1000110 11010

Color Harmonies of #147268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147268

Black with #147268

Text Example


Text Example

White with #147268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147268; }

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

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

background-color css

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

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

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

border-color css

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

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

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