#1A6360

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

Shades of Blue Stone #1A6360

Tints of Blue Stone #1A6360

Color information

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

HSL color Cylindrical-coordinate representation of color #1A6360: hue angle of 177.53º 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 #1A6360 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB269996-
CMYK0.7400.030.61
HSL177.53º58.4%24.51%-
HSV(B)177.53º73.74%38.82%-
XYZ79.9912.63-
YUV76.83138.8291.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2699960.7400.030.61177.5358.424.51
Hex1A63604A033Db23a19
Octal3214314011203752627231
Binary110101100011110000010010100111111011011001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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