#1A636B

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

Shades of Blue Stone #1A636B

Tints of Blue Stone #1A636B

Color information

#1A636B (or 0x1A636B) is unknown color: approx Blue Stone. HEX triplet: 1A, 63 and 6B. RGB value is (26,99,107). Sum of RGB (Red+Green+Blue) = 26+99+107=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A636B is #E59C94. Grayscale: #4D4D4D. Windows color (decimal): -15047829 or 7037722. OLE color: 7037722.

HSL color Cylindrical-coordinate representation of color #1A636B: hue angle of 185.93º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A636B is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2699107-
CMYK0.760.0700.58
HSL185.93º60.9%26.08%-
HSV(B)185.93º75.7%41.96%-
XYZ7.5410.215.48-
YUV78.09144.3290.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.21%
GREEN value IS 99 (39.06% from 255) = 42.67%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=11.21%
G=42.67%
B=46.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26991070.760.0700.58185.9360.926.08
Hex1A636B4C703Aba3d1a
Octal3214315311470722727532
Binary1101011000111101011100110011101110101011101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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