Html Css Color HEX #10595D Blue Stone

📋 copy color: '#10595D'

red 16 ◦ green 89 ◦ blue 93

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

Shades of Blue Stone #10595D

Tints of Blue Stone #10595D

RGB

 RED value IS 16 (6.64% from 255) = 8.08%

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

 BLUE value IS 93 (36.72% from 255) = 46.97%

R = 8.08%
G = 44.95%
B = 46.97%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10595D (or 0x10595D) is known color: Blue Stone. HEX triplet: 10, 59 and 5D. RGB value is (16,89,93). Sum of RGB (Red+Green+Blue) = 16+89+93=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #10595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10595D is #EFA6A2. Grayscale: #434343. Windows color (decimal): -15705763 or 6117648. OLE color: 6117648.

HSL color Cylindrical-coordinate representation of color #10595D: hue angle of 183.12º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10595D is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 89 93 -
CMYK 0.83 0.04 0 0.64
HSL 183.12º 0.71% 0.21% -
HSV(B) 183.12º 0.83% 0.36% -
XYZ 5.76 8.05 11.61 -
YUV 67.63 142.32 91.17 -
System Red Green Blue C M Y K H S L
Decimal 16 89 93 0.83 0.04 0 0.64 183.12 0.71 0.21
Hex 10 59 5D 53 4 0 40 B7 47 15
Octal 20 131 135 123 4 0 100 267 107 25
Binary 10000 1011001 1011101 1010011 100 0 1000000 10110111 1000111 10101

Color Harmonies of #10595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10595D

Black with #10595D

Text Example


Text Example

White with #10595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10595D; }

 p { color: rgb(16,89,93); }

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

background-color css

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

 a { background-color: rgb(16,89,93); }

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

border-color css

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

 span { border-color: rgb(16,89,93); }

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