#125359

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

Shades of Blue Stone #125359

Tints of Blue Stone #125359

Color information

#125359 (or 0x125359) is unknown color: approx Blue Stone. HEX triplet: 12, 53 and 59. RGB value is (18,83,89). Sum of RGB (Red+Green+Blue) = 18+83+89=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #125359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125359 is #EDACA6. Grayscale: #404040. Windows color (decimal): -15576231 or 5853970. OLE color: 5853970.

HSL color Cylindrical-coordinate representation of color #125359: hue angle of 185.07º 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 #125359 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB188389-
CMYK0.800.0700.65
HSL185.07º66.36%20.98%-
HSV(B)185.07º79.78%34.9%-
XYZ5.157.0410.54-
YUV64.25141.9795.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=9.47%
G=43.68%
B=46.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1883890.800.0700.65185.0766.3620.98
Hex125359507041b94215
Octal221231311207010127110225
Binary100101010011101100110100001110100000110111001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125359; }

 p { color: rgb(18,83,89); }

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

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

 a { background-color: rgb(18,83,89); }

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

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

 span { border-color: rgb(18,83,89); }

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