#125752

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

Shades of Blue Stone #125752

Tints of Blue Stone #125752

Color information

#125752 (or 0x125752) is unknown color: approx Blue Stone. HEX triplet: 12, 57 and 52. RGB value is (18,87,82). Sum of RGB (Red+Green+Blue) = 18+87+82=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 87 - color contains mainly: green. Hex color #125752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125752 is #EDA8AD. Grayscale: #414141. Windows color (decimal): -15575214 or 5396242. OLE color: 5396242.

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

Color convert

RGB188782-
CMYK0.7900.060.66
HSL175.65º65.71%20.59%-
HSV(B)175.65º79.31%34.12%-
XYZ5.187.559.17-
YUV65.8137.1493.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 87 (34.38% from 255) = 46.52%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=9.63%
G=46.52%
B=43.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887820.7900.060.66175.6565.7120.59
Hex1257524F0642b04215
Octal221271221170610226010225
Binary100101010111101001010011110110100001010110000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125752; }

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

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

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

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

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

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

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

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