#12625A

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

Shades of Blue Stone #12625A

Tints of Blue Stone #12625A

Color information

#12625A (or 0x12625A) is unknown color: approx Blue Stone. HEX triplet: 12, 62 and 5A. RGB value is (18,98,90). Sum of RGB (Red+Green+Blue) = 18+98+90=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #12625A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12625A is #ED9DA5. Grayscale: #494949. Windows color (decimal): -15572390 or 5923346. OLE color: 5923346.

HSL color Cylindrical-coordinate representation of color #12625A: hue angle of 174º 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 #12625A is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB189890-
CMYK0.8200.080.62
HSL174º68.97%22.75%-
HSV(B)174º81.63%38.43%-
XYZ6.469.611.19-
YUV73.17137.588.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 98 (38.67% from 255) = 47.57%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=8.74%
G=47.57%
B=43.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898900.8200.080.6217468.9722.75
Hex12625A52083Eae4517
Octal221421321220107625610527
Binary100101100010101101010100100100011111010101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12625A; }

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

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

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

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

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

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

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

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