#12565C

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

Shades of Blue Stone #12565C

Tints of Blue Stone #12565C

Color information

#12565C (or 0x12565C) is unknown color: approx Blue Stone. HEX triplet: 12, 56 and 5C. RGB value is (18,86,92). Sum of RGB (Red+Green+Blue) = 18+86+92=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #12565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12565C is #EDA9A3. Grayscale: #424242. Windows color (decimal): -15575460 or 6051346. OLE color: 6051346.

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

Color convert

RGB188692-
CMYK0.800.0700.64
HSL184.86º67.27%21.57%-
HSV(B)184.86º80.43%36.08%-
XYZ5.517.5611.29-
YUV66.35142.4793.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=9.18%
G=43.88%
B=46.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1886920.800.0700.64184.8667.2721.57
Hex12565C507040b94316
Octal221261341207010027110326
Binary100101010110101110010100001110100000010111001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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