#125461

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

Shades of Blue Stone #125461

Tints of Blue Stone #125461

Color information

#125461 (or 0x125461) is unknown color: approx Blue Stone. HEX triplet: 12, 54 and 61. RGB value is (18,84,97). Sum of RGB (Red+Green+Blue) = 18+84+97=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #125461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125461 is #EDAB9E. Grayscale: #414141. Windows color (decimal): -15575967 or 6378514. OLE color: 6378514.

HSL color Cylindrical-coordinate representation of color #125461: hue angle of 189.87º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125461 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB188497-
CMYK0.810.1300.62
HSL189.87º68.7%22.55%-
HSV(B)189.87º81.44%38.04%-
XYZ5.587.3312.43-
YUV65.75145.6393.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=9.05%
G=42.21%
B=48.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1884970.810.1300.62189.8768.722.55
Hex12546151D03Ebe4517
Octal221241411211507627610527
Binary100101010100110000110100011101011111010111110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125461; }

 p { color: rgb(18,84,97); }

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

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

 a { background-color: rgb(18,84,97); }

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

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

 span { border-color: rgb(18,84,97); }

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