#12535F

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

Shades of Blue Stone #12535F

Tints of Blue Stone #12535F

Color information

#12535F (or 0x12535F) is unknown color: approx Blue Stone. HEX triplet: 12, 53 and 5F. RGB value is (18,83,95). Sum of RGB (Red+Green+Blue) = 18+83+95=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #12535F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12535F is #EDACA0. Grayscale: #404040. Windows color (decimal): -15576225 or 6247186. OLE color: 6247186.

HSL color Cylindrical-coordinate representation of color #12535F: hue angle of 189.35º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12535F is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB188395-
CMYK0.810.1300.63
HSL189.35º68.14%22.16%-
HSV(B)189.35º81.05%37.25%-
XYZ5.417.1411.92-
YUV64.93144.9794.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=9.18%
G=42.35%
B=48.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1883950.810.1300.63189.3568.1422.16
Hex12535F51D03Fbd4416
Octal221231371211507727510426
Binary100101010011101111110100011101011111110111101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12535F; }

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

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

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

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

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

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

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

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