#10535D

Color #10535D Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #10535D

Tints of Blue Stone #10535D

Color information

#10535D (or 0x10535D) is unknown color: approx Blue Stone. HEX triplet: 10, 53 and 5D. RGB value is (16,83,93). Sum of RGB (Red+Green+Blue) = 16+83+93=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #10535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10535D is #EFACA2. Grayscale: #404040. Windows color (decimal): -15707299 or 6116112. OLE color: 6116112.

HSL color Cylindrical-coordinate representation of color #10535D: hue angle of 187.79º 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 #10535D is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB168393-
CMYK0.830.1100.64
HSL187.79º70.64%21.37%-
HSV(B)187.79º82.8%36.47%-
XYZ5.287.0911.45-
YUV64.11144.393.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 83 (32.81% from 255) = 43.23%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=8.33%
G=43.23%
B=48.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1683930.830.1100.64187.7970.6421.37
Hex10535D53B040bc4715
Octal2012313512313010027410725
Binary1000010100111011101101001110110100000010111100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10535D;
 }
 .AnyTagClassName
 {
   color: #10535D;
 }
</style>
background-color css

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

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

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

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

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

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