#12565F

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

Shades of Blue Stone #12565F

Tints of Blue Stone #12565F

Color information

#12565F (or 0x12565F) is unknown color: approx Blue Stone. HEX triplet: 12, 56 and 5F. RGB value is (18,86,95). Sum of RGB (Red+Green+Blue) = 18+86+95=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #12565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12565F is #EDA9A0. Grayscale: #424242. Windows color (decimal): -15575457 or 6247954. OLE color: 6247954.

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

Color convert

RGB188695-
CMYK0.810.0900.63
HSL187.01º68.14%22.16%-
HSV(B)187.01º81.05%37.25%-
XYZ5.647.6112-
YUV66.69143.9793.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=9.05%
G=43.22%
B=47.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1886950.810.0900.63187.0168.1422.16
Hex12565F51903Fbb4416
Octal221261371211107727310426
Binary100101010110101111110100011001011111110111011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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