#12655D

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

Shades of Blue Stone #12655D

Tints of Blue Stone #12655D

Color information

#12655D (or 0x12655D) is unknown color: approx Blue Stone. HEX triplet: 12, 65 and 5D. RGB value is (18,101,93). Sum of RGB (Red+Green+Blue) = 18+101+93=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #12655D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12655D is #ED9AA2. Grayscale: #4B4B4B. Windows color (decimal): -15571619 or 6120722. OLE color: 6120722.

HSL color Cylindrical-coordinate representation of color #12655D: hue angle of 174.22º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12655D is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1810193-
CMYK0.8200.080.60
HSL174.22º69.75%23.33%-
HSV(B)174.22º82.18%39.61%-
XYZ6.8810.2311.97-
YUV75.2713887.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.49%
GREEN value IS 101 (39.84% from 255) = 47.64%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=8.49%
G=47.64%
B=43.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101930.8200.080.60174.2269.7523.33
Hex12655D52083Cae4617
Octal221451351220107425610627
Binary100101100101101110110100100100011110010101110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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