#125361

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

Shades of Blue Stone #125361

Tints of Blue Stone #125361

Color information

#125361 (or 0x125361) is unknown color: approx Blue Stone. HEX triplet: 12, 53 and 61. RGB value is (18,83,97). Sum of RGB (Red+Green+Blue) = 18+83+97=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #125361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125361 is #EDAC9E. Grayscale: #414141. Windows color (decimal): -15576223 or 6378258. OLE color: 6378258.

HSL color Cylindrical-coordinate representation of color #125361: hue angle of 190.63º 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 #125361 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB188397-
CMYK0.810.1400.62
HSL190.63º68.7%22.55%-
HSV(B)190.63º81.44%38.04%-
XYZ5.57.1812.4-
YUV65.16145.9794.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 83 (32.81% from 255) = 41.92%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=9.09%
G=41.92%
B=48.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1883970.810.1400.62190.6368.722.55
Hex12536151E03Ebf4517
Octal221231411211607627710527
Binary100101010011110000110100011110011111010111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125361; }

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

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

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

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

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

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

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

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