Html Css Color HEX #145760 Blue Stone

📋 copy color: '#145760'

red 20 ◦ green 87 ◦ blue 96

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

Shades of Blue Stone #145760

Tints of Blue Stone #145760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.86%

 BLUE value IS 96 (37.89% from 255) = 47.29%

R = 9.85%
G = 42.86%
B = 47.29%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#145760 (or 0x145760) is known color: Blue Stone. HEX triplet: 14, 57 and 60. RGB value is (20,87,96). Sum of RGB (Red+Green+Blue) = 20+87+96=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #145760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145760 is #EBA89F. Grayscale: #434343. Windows color (decimal): -15444128 or 6313748. OLE color: 6313748.

HSL color Cylindrical-coordinate representation of color #145760: hue angle of 187.11º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145760 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 87 96 -
CMYK 0.79 0.09 0 0.62
HSL 187.11º 0.66% 0.23% -
HSV(B) 187.11º 0.79% 0.38% -
XYZ 5.81 7.81 12.27 -
YUV 67.99 143.8 93.77 -
System Red Green Blue C M Y K H S L
Decimal 20 87 96 0.79 0.09 0 0.62 187.11 0.66 0.23
Hex 14 57 60 4F 9 0 3E BB 42 17
Octal 24 127 140 117 11 0 76 273 102 27
Binary 10100 1010111 1100000 1001111 1001 0 111110 10111011 1000010 10111

Color Harmonies of #145760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145760

Black with #145760

Text Example


Text Example

White with #145760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145760; }

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

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

background-color css

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

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

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

border-color css

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

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

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