Html Css Color HEX #1A595F Blue Stone

📋 copy color: '#1A595F'

red 26 ◦ green 89 ◦ blue 95

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

Shades of Blue Stone #1A595F

Tints of Blue Stone #1A595F

RGB

 RED value IS 26 (10.55% from 255) = 12.38%

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

 BLUE value IS 95 (37.5% from 255) = 45.24%

R = 12.38%
G = 42.38%
B = 45.24%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1A595F (or 0x1A595F) is known color: Blue Stone. HEX triplet: 1A, 59 and 5F. RGB value is (26,89,95). Sum of RGB (Red+Green+Blue) = 26+89+95=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A595F is #E5A6A0. Grayscale: #464646. Windows color (decimal): -15050401 or 6248730. OLE color: 6248730.

HSL color Cylindrical-coordinate representation of color #1A595F: hue angle of 185.22º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A595F is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 26 89 95 -
CMYK 0.73 0.06 0 0.63
HSL 185.22º 0.57% 0.24% -
HSV(B) 185.22º 0.73% 0.37% -
XYZ 6.06 8.19 12.09 -
YUV 70.85 141.63 96.01 -
System Red Green Blue C M Y K H S L
Decimal 26 89 95 0.73 0.06 0 0.63 185.22 0.57 0.24
Hex 1A 59 5F 49 6 0 3F B9 39 18
Octal 32 131 137 111 6 0 77 271 71 30
Binary 11010 1011001 1011111 1001001 110 0 111111 10111001 111001 11000

Color Harmonies of #1A595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A595F

Black with #1A595F

Text Example


Text Example

White with #1A595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A595F; }

 p { color: rgb(26,89,95); }

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

background-color css

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

 a { background-color: rgb(26,89,95); }

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

border-color css

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

 span { border-color: rgb(26,89,95); }

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