#10535B

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

Shades of Blue Stone #10535B

Tints of Blue Stone #10535B

Color information

#10535B (or 0x10535B) is unknown color: approx Blue Stone. HEX triplet: 10, 53 and 5B. RGB value is (16,83,91). Sum of RGB (Red+Green+Blue) = 16+83+91=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #10535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10535B is #EFACA4. Grayscale: #3F3F3F. Windows color (decimal): -15707301 or 5985040. OLE color: 5985040.

HSL color Cylindrical-coordinate representation of color #10535B: hue angle of 186.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10535B is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB168391-
CMYK0.820.0900.64
HSL186.4º70.09%20.98%-
HSV(B)186.4º82.42%35.69%-
XYZ5.27.0510.98-
YUV63.88143.393.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.42%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 91 (35.94% from 255) = 47.89%
R=8.42%
G=43.68%
B=47.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1683910.820.0900.64186.470.0920.98
Hex10535B529040ba4615
Octal2012313312211010027210625
Binary1000010100111011011101001010010100000010111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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