#12625C

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

Shades of Blue Stone #12625C

Tints of Blue Stone #12625C

Color information

#12625C (or 0x12625C) is unknown color: approx Blue Stone. HEX triplet: 12, 62 and 5C. RGB value is (18,98,92). Sum of RGB (Red+Green+Blue) = 18+98+92=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #12625C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12625C is #ED9DA3. Grayscale: #494949. Windows color (decimal): -15572388 or 6054418. OLE color: 6054418.

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

Color convert

RGB189892-
CMYK0.8200.060.62
HSL175.5º68.97%22.75%-
HSV(B)175.5º81.63%38.43%-
XYZ6.559.6411.64-
YUV73.4138.588.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 98 (38.67% from 255) = 47.12%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=8.65%
G=47.12%
B=44.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898920.8200.060.62175.568.9722.75
Hex12625C52063Eb04517
Octal22142134122067626010527
Binary10010110001010111001010010011011111010110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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