#12625B

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

Shades of Blue Stone #12625B

Tints of Blue Stone #12625B

Color information

#12625B (or 0x12625B) is unknown color: approx Blue Stone. HEX triplet: 12, 62 and 5B. RGB value is (18,98,91). Sum of RGB (Red+Green+Blue) = 18+98+91=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #12625B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12625B is #ED9DA4. Grayscale: #494949. Windows color (decimal): -15572389 or 5988882. OLE color: 5988882.

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

Color convert

RGB189891-
CMYK0.8200.070.62
HSL174.75º68.97%22.75%-
HSV(B)174.75º81.63%38.43%-
XYZ6.519.6211.41-
YUV73.2813888.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 98 (38.67% from 255) = 47.34%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=8.70%
G=47.34%
B=43.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898910.8200.070.62174.7568.9722.75
Hex12625B52073Eaf4517
Octal22142133122077625710527
Binary10010110001010110111010010011111111010101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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