#125652

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

Shades of Blue Stone #125652

Tints of Blue Stone #125652

Color information

#125652 (or 0x125652) is unknown color: approx Blue Stone. HEX triplet: 12, 56 and 52. RGB value is (18,86,82). Sum of RGB (Red+Green+Blue) = 18+86+82=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #125652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125652 is #EDA9AD. Grayscale: #414141. Windows color (decimal): -15575470 or 5395986. OLE color: 5395986.

HSL color Cylindrical-coordinate representation of color #125652: hue angle of 176.47º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125652 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB188682-
CMYK0.7900.050.66
HSL176.47º65.38%20.39%-
HSV(B)176.47º79.07%33.73%-
XYZ5.17.399.14-
YUV65.21137.4794.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=9.68%
G=46.24%
B=44.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886820.7900.050.66176.4765.3820.39
Hex1256524F0542b04114
Octal221261221170510226010124
Binary100101010110101001010011110101100001010110000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125652; }

 p { color: rgb(18,86,82); }

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

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

 a { background-color: rgb(18,86,82); }

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

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

 span { border-color: rgb(18,86,82); }

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