#12555F

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

Shades of Blue Stone #12555F

Tints of Blue Stone #12555F

Color information

#12555F (or 0x12555F) is unknown color: approx Blue Stone. HEX triplet: 12, 55 and 5F. RGB value is (18,85,95). Sum of RGB (Red+Green+Blue) = 18+85+95=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #12555F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12555F is #EDAAA0. Grayscale: #424242. Windows color (decimal): -15575713 or 6247698. OLE color: 6247698.

HSL color Cylindrical-coordinate representation of color #12555F: hue angle of 187.79º 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 #12555F is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB188595-
CMYK0.810.1100.63
HSL187.79º68.14%22.16%-
HSV(B)187.79º81.05%37.25%-
XYZ5.567.4511.97-
YUV66.11144.393.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=9.09%
G=42.93%
B=47.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1885950.810.1100.63187.7968.1422.16
Hex12555F51B03Fbc4416
Octal221251371211307727410426
Binary100101010101101111110100011011011111110111100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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