#10656B

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

Shades of Blue Stone #10656B

Tints of Blue Stone #10656B

Color information

#10656B (or 0x10656B) is unknown color: approx Blue Stone. HEX triplet: 10, 65 and 6B. RGB value is (16,101,107). Sum of RGB (Red+Green+Blue) = 16+101+107=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #10656B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10656B is #EF9A94. Grayscale: #4C4C4C. Windows color (decimal): -15702677 or 7038224. OLE color: 7038224.

HSL color Cylindrical-coordinate representation of color #10656B: hue angle of 183.96º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10656B is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB16101107-
CMYK0.850.0600.58
HSL183.96º73.98%24.12%-
HSV(B)183.96º85.05%41.96%-
XYZ7.5210.4815.54-
YUV76.27145.3485.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.14%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 107 (42.19% from 255) = 47.77%
R=7.14%
G=45.09%
B=47.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal161011070.850.0600.58183.9673.9824.12
Hex10656B55603Ab84a18
Octal20145153125607227011230
Binary10000110010111010111010101110011101010111000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,101,107); }

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

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

 a { background-color: rgb(16,101,107); }

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

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

 span { border-color: rgb(16,101,107); }

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