#126065

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

Shades of Blue Stone #126065

Tints of Blue Stone #126065

Color information

#126065 (or 0x126065) is unknown color: approx Blue Stone. HEX triplet: 12, 60 and 65. RGB value is (18,96,101). Sum of RGB (Red+Green+Blue) = 18+96+101=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #126065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126065 is #ED9F9A. Grayscale: #494949. Windows color (decimal): -15572891 or 6643730. OLE color: 6643730.

HSL color Cylindrical-coordinate representation of color #126065: hue angle of 183.61º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126065 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1896101-
CMYK0.820.0500.60
HSL183.61º69.75%23.33%-
HSV(B)183.61º82.18%39.61%-
XYZ6.789.4313.78-
YUV73.25143.6688.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 101 (39.84% from 255) = 46.98%
R=8.37%
G=44.65%
B=46.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18961010.820.0500.60183.6169.7523.33
Hex12606552503Cb84617
Octal22140145122507427010627
Binary10010110000011001011010010101011110010111000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126065; }

 p { color: rgb(18,96,101); }

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

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

 a { background-color: rgb(18,96,101); }

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

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

 span { border-color: rgb(18,96,101); }

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