#125862

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

Shades of Blue Stone #125862

Tints of Blue Stone #125862

Color information

#125862 (or 0x125862) is unknown color: approx Blue Stone. HEX triplet: 12, 58 and 62. RGB value is (18,88,98). Sum of RGB (Red+Green+Blue) = 18+88+98=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #125862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125862 is #EDA79D. Grayscale: #444444. Windows color (decimal): -15574942 or 6445074. OLE color: 6445074.

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

Color convert

RGB188898-
CMYK0.820.1000.62
HSL187.5º68.97%22.75%-
HSV(B)187.5º81.63%38.43%-
XYZ5.947.9912.78-
YUV68.21144.8192.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 98 (38.67% from 255) = 48.04%
R=8.82%
G=43.14%
B=48.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1888980.820.1000.62187.568.9722.75
Hex12586252A03Ebc4517
Octal221301421221207627410527
Binary100101011000110001010100101010011111010111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125862; }

 p { color: rgb(18,88,98); }

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

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

 a { background-color: rgb(18,88,98); }

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

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

 span { border-color: rgb(18,88,98); }

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