#12565D

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

Shades of Blue Stone #12565D

Tints of Blue Stone #12565D

Color information

#12565D (or 0x12565D) is unknown color: approx Blue Stone. HEX triplet: 12, 56 and 5D. RGB value is (18,86,93). Sum of RGB (Red+Green+Blue) = 18+86+93=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #12565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12565D is #EDA9A2. Grayscale: #424242. Windows color (decimal): -15575459 or 6116882. OLE color: 6116882.

HSL color Cylindrical-coordinate representation of color #12565D: hue angle of 185.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12565D is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB188693-
CMYK0.810.0800.64
HSL185.6º67.57%21.76%-
HSV(B)185.6º80.65%36.47%-
XYZ5.557.5711.53-
YUV66.47142.9793.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 93 (36.72% from 255) = 47.21%
R=9.14%
G=43.65%
B=47.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1886930.810.0800.64185.667.5721.76
Hex12565D518040ba4416
Octal2212613512110010027210426
Binary1001010101101011101101000110000100000010111010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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