Html Css Color HEX #145963 Blue Stone

📋 copy color: '#145963'

red 20 ◦ green 89 ◦ blue 99

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

Shades of Blue Stone #145963

Tints of Blue Stone #145963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.79%

 BLUE value IS 99 (39.06% from 255) = 47.6%

R = 9.62%
G = 42.79%
B = 47.6%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#145963 (or 0x145963) is known color: Blue Stone. HEX triplet: 14, 59 and 63. RGB value is (20,89,99). Sum of RGB (Red+Green+Blue) = 20+89+99=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #145963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145963 is #EBA69C. Grayscale: #454545. Windows color (decimal): -15443613 or 6510868. OLE color: 6510868.

HSL color Cylindrical-coordinate representation of color #145963: hue angle of 187.59º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145963 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 89 99 -
CMYK 0.80 0.10 0 0.61
HSL 187.59º 0.66% 0.23% -
HSV(B) 187.59º 0.8% 0.39% -
XYZ 6.11 8.19 13.06 -
YUV 69.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 20 89 99 0.80 0.10 0 0.61 187.59 0.66 0.23
Hex 14 59 63 50 A 0 3D BC 42 17
Octal 24 131 143 120 12 0 75 274 102 27
Binary 10100 1011001 1100011 1010000 1010 0 111101 10111100 1000010 10111

Color Harmonies of #145963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145963

Black with #145963

Text Example


Text Example

White with #145963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145963; }

 p { color: rgb(20,89,99); }

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

background-color css

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

 a { background-color: rgb(20,89,99); }

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

border-color css

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

 span { border-color: rgb(20,89,99); }

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