#125658

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

Shades of Blue Stone #125658

Tints of Blue Stone #125658

Color information

#125658 (or 0x125658) is unknown color: approx Blue Stone. HEX triplet: 12, 56 and 58. RGB value is (18,86,88). Sum of RGB (Red+Green+Blue) = 18+86+88=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #125658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125658 is #EDA9A7. Grayscale: #414141. Windows color (decimal): -15575464 or 5789202. OLE color: 5789202.

HSL color Cylindrical-coordinate representation of color #125658: hue angle of 181.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125658 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB188688-
CMYK0.800.0200.65
HSL181.71º66.04%20.78%-
HSV(B)181.71º79.55%34.51%-
XYZ5.347.4910.4-
YUV65.9140.4793.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 86 (33.98% from 255) = 44.79%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=9.38%
G=44.79%
B=45.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1886880.800.0200.65181.7166.0420.78
Hex125658502041b64215
Octal221261301202010126610225
Binary10010101011010110001010000100100000110110110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125658; }

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

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

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

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

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

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

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

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