#12625D

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

Shades of Blue Stone #12625D

Tints of Blue Stone #12625D

Color information

#12625D (or 0x12625D) is unknown color: approx Blue Stone. HEX triplet: 12, 62 and 5D. RGB value is (18,98,93). Sum of RGB (Red+Green+Blue) = 18+98+93=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #12625D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12625D is #ED9DA2. Grayscale: #494949. Windows color (decimal): -15572387 or 6119954. OLE color: 6119954.

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

Color convert

RGB189893-
CMYK0.8200.050.62
HSL176.25º68.97%22.75%-
HSV(B)176.25º81.63%38.43%-
XYZ6.599.6511.87-
YUV73.5113988.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=8.61%
G=46.89%
B=44.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898930.8200.050.62176.2568.9722.75
Hex12625D52053Eb04517
Octal22142135122057626010527
Binary10010110001010111011010010010111111010110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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