Html Css Color HEX #145965 Blue Stone

📋 copy color: '#145965'

red 20 ◦ green 89 ◦ blue 101

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

Shades of Blue Stone #145965

Tints of Blue Stone #145965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.1%

R = 9.52%
G = 42.38%
B = 48.1%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#145965 (or 0x145965) is known color: Blue Stone. HEX triplet: 14, 59 and 65. RGB value is (20,89,101). Sum of RGB (Red+Green+Blue) = 20+89+101=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #145965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145965 is #EBA69A. Grayscale: #454545. Windows color (decimal): -15443611 or 6641940. OLE color: 6641940.

HSL color Cylindrical-coordinate representation of color #145965: hue angle of 188.89º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145965 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 89 101 -
CMYK 0.80 0.12 0 0.60
HSL 188.89º 0.67% 0.24% -
HSV(B) 188.89º 0.8% 0.4% -
XYZ 6.21 8.23 13.57 -
YUV 69.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 20 89 101 0.80 0.12 0 0.60 188.89 0.67 0.24
Hex 14 59 65 50 C 0 3C BD 43 18
Octal 24 131 145 120 14 0 74 275 103 30
Binary 10100 1011001 1100101 1010000 1100 0 111100 10111101 1000011 11000

Color Harmonies of #145965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145965

Black with #145965

Text Example


Text Example

White with #145965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145965; }

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

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

background-color css

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

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

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

border-color css

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

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

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