#12565B

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

Shades of Blue Stone #12565B

Tints of Blue Stone #12565B

Color information

#12565B (or 0x12565B) is unknown color: approx Blue Stone. HEX triplet: 12, 56 and 5B. RGB value is (18,86,91). Sum of RGB (Red+Green+Blue) = 18+86+91=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #12565B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12565B is #EDA9A4. Grayscale: #424242. Windows color (decimal): -15575461 or 5985810. OLE color: 5985810.

HSL color Cylindrical-coordinate representation of color #12565B: hue angle of 184.11º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12565B is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB188691-
CMYK0.800.0500.64
HSL184.11º66.97%21.37%-
HSV(B)184.11º80.22%35.69%-
XYZ5.477.5411.06-
YUV66.24141.9793.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=9.23%
G=44.10%
B=46.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1886910.800.0500.64184.1166.9721.37
Hex12565B505040b84315
Octal221261331205010027010325
Binary100101010110101101110100001010100000010111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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