#1A6063

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

Shades of Blue Stone #1A6063

Tints of Blue Stone #1A6063

Color information

#1A6063 (or 0x1A6063) is unknown color: approx Blue Stone. HEX triplet: 1A, 60 and 63. RGB value is (26,96,99). Sum of RGB (Red+Green+Blue) = 26+96+99=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A6063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6063 is #E59F9C. Grayscale: #4B4B4B. Windows color (decimal): -15048605 or 6512666. OLE color: 6512666.

HSL color Cylindrical-coordinate representation of color #1A6063: hue angle of 182.47º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A6063 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB269699-
CMYK0.740.0300.61
HSL182.47º58.4%24.51%-
HSV(B)182.47º73.74%38.82%-
XYZ6.869.4913.27-
YUV75.41141.3192.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.76%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=11.76%
G=43.44%
B=44.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2696990.740.0300.61182.4758.424.51
Hex1A60634A303Db63a19
Octal3214014311230752667231
Binary110101100000110001110010101101111011011011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,99); }

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

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

 a { background-color: rgb(26,96,99); }

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

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

 span { border-color: rgb(26,96,99); }

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