#12655C

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

Shades of Blue Stone #12655C

Tints of Blue Stone #12655C

Color information

#12655C (or 0x12655C) is unknown color: approx Blue Stone. HEX triplet: 12, 65 and 5C. RGB value is (18,101,92). Sum of RGB (Red+Green+Blue) = 18+101+92=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #12655C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12655C is #ED9AA3. Grayscale: #4B4B4B. Windows color (decimal): -15571620 or 6055186. OLE color: 6055186.

HSL color Cylindrical-coordinate representation of color #12655C: hue angle of 173.49º 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 #12655C is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1810192-
CMYK0.8200.090.60
HSL173.49º69.75%23.33%-
HSV(B)173.49º82.18%39.61%-
XYZ6.8310.2111.74-
YUV75.16137.587.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 101 (39.84% from 255) = 47.87%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=8.53%
G=47.87%
B=43.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101920.8200.090.60173.4969.7523.33
Hex12655C52093Cad4617
Octal221451341220117425510627
Binary100101100101101110010100100100111110010101101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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